Preston Hunt
Preston Hunt
Sorry to bump this old issue, but I am running into the exact same issue as well and it does not appear fixed. I tried both methods suggested above. I...
Thanks for the feedback so far. Yes, I see the point about redefining key bindings which may introduce surprises for users used to the current behavior. In looking at the...
Got it past the include stage with the following: ` g++ -std=c++17 -Os -Wall -g3 -I. -Ipc/ -Isrc/ -Ilibs/mbedtls/ -Ilibs/mbedtls/mbedtls/crypto/include/ -Ilibs/stm32fs/ -Ilibs/bearssl/ -I libs/spiffs/src -I libs/spiffs/src/default -I libs/spiffs/src/test -c -o...
Nevermind, I fixed the previous issue with: `-DSPIFFS_HAL_CALLBACK_EXTRA=0` Almost there... now stuck on importing "device.h" ``` g++ -std=c++17 -Os -Wall -g3 -I. -Ipc/ -Isrc/ -Ilibs/mbedtls/ -Ilibs/mbedtls/mbedtls/crypto/include/ -Ilibs/stm32fs/ -Ilibs/bearssl/ -I libs/spiffs/src...
I am not that familiar with Node development, but would it be possible to use something like heif-convert (external command-line tool, does not require a Mac). If heif-convert could be...
More info on this: libvips supports HEIF now (tested on Linux, version 8.12.1). Since sharp uses libvips, I think this feature may work if the sharp dependency is updated to...
This looks great, can't wait for it to land!
Would you be able to share the situation where it is good to automatically follow symlinks? Most software I have encountered does not follow symlinks by default (e.g., rsync, duplicity,...
Thanks for the link to the symlink repo. I just tried it out now, and I like it! Basically I set up a directory and link to all the directories...
Ah, interesting. Yes, I think Windows users use a lot fewer symlinks than Linux users do. Is the concern over adding one more parameter to every method in the go...