Carlos Tangerino

Results 10 comments of Carlos Tangerino

Not really but I found this interesting ```url https://blogs.sap.com/2018/06/22/generating-release-notes-from-git-commit-messages-using-basic-shell-commands-gitgrep/ ```

Never mind, the multi client example does not handle timeouts if we connect AND do not send anything. That will allocate all available sockets. This solution is outside the library...

I moved to ```url https://github.com/miguelgrinberg/microdot ``` Is working fine for me

Would not be better if we find somewhere in the wild a 'number beautifier' function?

That is it! 100% agreed. With a single --no-font-info flag will result in a big reduction on the output size payload. Cheers On Sun, Dec 29, 2019 at 4:29 PM...

Even with the suggestions above, I get ```bash ❯ brew reinstall librdkafka ==> Downloading https://ghcr.io/v2/homebrew/core/librdkafka/manifests/1.9.0 Already downloaded: /Users/carlostangerino/Library/Caches/Homebrew/downloads/d7e9a712f8f7e97e8509a83f497d9e884db3bc48c7f98be129f912ce3be53901--librdkafka-1.9.0.bottle_manifest.json ==> Downloading https://ghcr.io/v2/homebrew/core/librdkafka/blobs/sha256:bbe7efc09d58c2fd56280eb749883b330d7f066735be640911cea5e008bab6fa Already downloaded: /Users/carlostangerino/Library/Caches/Homebrew/downloads/8353d49b621f5600c8f626c36681967098a4120527697f559c25b796e909a394--librdkafka--1.9.0.arm64_monterey.bottle.tar.gz ==> Reinstalling librdkafka ==> Pouring librdkafka--1.9.0.arm64_monterey.bottle.tar.gz...

For me, make (generic) works but not for GENERIC_SPIRAM ``` ❯ make clean idf.py -D MICROPY_BOARD=GENERIC -D MICROPY_BOARD_DIR=/Users/carlostangerino/micropython/micropython/ports/esp32/boards/GENERIC -B build-GENERIC -p /dev/ttyUSB0 -b 460800 fullclean Executing action: fullclean Executing action:...

I manually removed all `build_*` folders, ran `make erase` and now it compiles! What is the step I've missed before?

Update: This is for requests library