July 2023

2023-07-20 11:48 (2 years ago)

When processing redundant items one by one in sequence, to ensure not to process everything at once, you can use a sleep function after the second loop iteration and onwards.

cssiOS
2023-07-16 11:02 (2 years ago)

When using a page layout with a fixed footer, displaying the software keyboard on iOS can sometimes cause the layout to break. To resolve this, I set the maximum height of the layout as a CSS variable and implemented code to continuously update it when on iOS.

kubernetes
2023-07-03 02:04 (2 years ago)

I was using MicroK8s and found that the Pods were unable to communicate with the external network. Reinstalling the DNS plugin (reconfiguring the DNS server) in MicroK8s resolved the issue.

Categories

Archive