November 2021

2021-11-27 09:43 (4 years ago)
Installing Node with nodebrew on an M1 Mac

Install Node.js on an M1 (Apple Silicon) Mac using nodebrew — install nodebrew via Homebrew and run `nodebrew setup`, step by step.

2021-11-27 09:07 (4 years ago)
When Installing python mysqlclient, ld: library not found for -lzstd Error Occurs

When encountering the error "ld: library not found for -lzstd" during the installation of python mysqlclient, try running commands like `brew install openssl`.

DjangoMySQL
2021-11-14 11:10 (4 years ago)
I removed NO_ENGINE_SUBSTITUTION because I got 'Lost connection to MySQL server during query' in Django

If a Django MySQL connection still hits 'No DB engine substitution' despite setting `ENGINE` to `django.db.backends.mysql`, here is the root cause and fix.

Python
2021-11-08 05:52 (4 years ago)
How to Resolve Errors When Installing google-crc32c Version 1.1.3 or Higher on Alpine with Python

When installing `google-crc32c` ≥1.1.3 on Alpine Linux fails to build, work around it by setting CFLAGS to enable SSE4.2 explicitly.

Categories

Archive