Andrew Chou

Results 44 comments of Andrew Chou

Hm yeah I think a short description with an accompanying link is a good way to go. We'll try that and see how it works out as we add more...

> Node.js uses undici as fetch's implementation. Undici contains WASM. I'm considering replacing that with node-fetch. if possible, might want to consider https://github.com/unjs/node-fetch-native instead of node-fetch :)

think this is a nice idea! not sure if I'm adamant about having nodejs-mobile taking on the maintenance burden for these patches by hosting a repo for them, but if...

thanks for the explanation! to be clear, I don't think there's any issue on xs-dev's side - I just thought there might be because of the error output I was...

Just looking through their setup docs (https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html#step-4-set-up-the-environment-variables) and noticed this note: ``` If you plan to use esp-idf frequently, you can create an alias for executing export.sh: 1. Copy and...

> FWIW - That particular error (click missing) usually indicates a Python version mismatch. If ESP-IDF works after that you are very lucky. ah good to know! can you elaborate...

Update: restarted VSCode and seems like everything is working as expected 🤦 Before I was just starting a new terminal session in the same VSCode session so maybe that wasn't...

> The details are hazy. My memory is that it happens when Python 3.x is expected but 2.x is found. ESP-IDF carries its own copy of Python to avoid this...

@lamiazar i wouldn't close this issue because it's asking to add docs on how to build and work on this repo locally, not about documentation for the framework

I ran into this issue because I updated my global npm version to v10.8 (still using node v20). Downgrading npm back to what I had before (v10.6) fixed the issue...