Results 90 comments of Chris Drake

also, if you want to gzip all the ace files/dependencies, edit the ace.js file and find this text: `createElement("script");i.src=e",n.appendChild(i)` and change it to this:- `createElement("script");i.src=e+".gz",n.appendChild(i)`

I doubt that redirecting https://nbviewer.ipython.org/ to https://nbviewer.org/ was the purpose of that URL? ipython was in there for a reason.

I thought my point was obvious? nbviewer can do all sorts of things, but if anyone puts "ipython" in the URL, they're not interested in the other things - they're...

The problem is the bootloader address Bootloader is located at the address 0x0 in the flash. Find wherever you performed the flash, and change your incorrect 0x1000 to 0x0 and...

If anyone wants the minified versions; they are here: https://github.com/NoosaHydro/2.4inch_ESP32-2432S024/tree/main/cnd-micropython/lib

flash block size is 4k, and the vast majority of python things I'm messing with are already less than that without being minified... the minify is already quite effective -...

I wrote a circuitpython port of this amazing tool - it might be worth updating your "Readme" so anyone on CircuitPython can use a similar tool to yours? https://github.com/gitcnd/cpy_shell I...

Ahh - OK, now I (half) understand. I'm on Android 12 though - can't the .apk work for me? The main problem is this:- `https://nllapps.com/store/` conflicting with this:- > You...

Thanks for the amazing support! I successfully installed everything, but the other party on calls remains silent - only my own voice gets recorded (both speaker, and without - including...

I also got a warning on the download as well - forgot to screenshot that. Security is important. Please don't just ignore it. We are all coders here, most of...