Andrew Abbott

Results 29 comments of Andrew Abbott

This didn't occur for me (ie. I could switch apps and the streaming inference request would continue) in Firefox Mobile on a Pixel 4 running Android 13, but it does...

I also notice this behaviour in other apps like ChatGPT, so I think it's some Android change between 13 and 15. I don't know how to go about finding out...

@waynevanson I'm happy for you to do it and take whatever code and inspiration you need from my repo. I unfortunately don't have time to work on this kind of...

The problem seems to be that `idf.py create-project` copies a sample project from `$IDF_PATH/tools/templates/sample_project`. Because `$IDF_PATH` is in the Nix store, all the files and directories are read-only. `idf.py` tries...

The functions used to do the copying have changed since #54, so that exact fix doesn't work. https://github.com/espressif/esp-idf/commit/524f44dfc352e8046fd4c1d6d345433c3a230536 looks like they had this problem on Windows and fixed it there....

I see that I'm not the only Nixer to find this out: https://github.com/python/cpython/issues/44602#issuecomment-1658653781

Based on the report of a known working commit of this repo and `git bisect`, it seems like the issue started after upgrading from ESP-IDF 5.3 to 5.4 (f3434d1fd5a51ec325a085d2638e6c1b7c132e5b). When...

Probably the proper way to solve this and #62 is for tool export vars to be set by the ESP-IDF derivation setup hook, so they are set for everything in...