December 2021

AndroidFlutter
2021-12-26 13:14 (4 years ago)
Building an Android App with Flutter and Enabling App Launch from https:// URLs Using AppLinks

Make AppLinks (launching the app from an https:// URL) work for a Flutter Android build — keystore signing, getting the SHA256 fingerprint, and Digital Asset Links setup.

Android
2021-12-26 03:09 (4 years ago)
When the SHA256 of the Keystore is Not Displayed with Keytool During Android App Development

If `keytool -list` does not show the SHA256 fingerprint of an Android keystore, you need the `-v` flag and a newer JDK — here are the details.

Django
2021-12-11 13:51 (4 years ago)
If you see "cannot import name 'ugettext_lazy'" in Django, Django 4.0 might be installed

Here is the solution for resolving the ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation' that occurs when running manage.py hoge in Django.

kubernetes
2021-12-11 13:28 (4 years ago)
Easily Rolling Restart Kubernetes Pod (Pod Deletion Command)

When `kubectl rollout restart` makes Pods take too long to restart, check `terminationGracePeriodSeconds` and any preStop hooks — both are common bottlenecks.

mac
2021-12-11 12:11 (4 years ago)
When Notifications Don't Appear Only When Connecting an External Display with DisplayLink on an M1 Mac

When using a DisplayLink external display on an M1 Mac, system notifications stop appearing. Workaround: route notifications to the built-in display instead.

2021-12-11 11:09 (4 years ago)
Installing Cryptography (cffi) on M1 Mac

Fix `pip install mysqlclient` failing on macOS with `clang: error: -lzstd` — `brew install zstd` or add the right `LDFLAGS`.

2021-12-04 06:04 (4 years ago)
Building x86 Docker Images on an M1 Mac

Fix `no space left on device` build failures in Docker Desktop on macOS — grow the Docker.raw disk allocation or run `docker system prune`.

Categories

Archive