espruino / EspruinoDocs

See http://espruino.com for the complete Espruino Documentation - many links in this repository will not work
http://www.espruino.com/
Other
253 stars 282 forks source link

changed the python version for the build and updated buffer commands #705

Closed brendena closed 6 months ago

brendena commented 6 months ago

Since Espruino build script moved to python3. The docs build scripts that call it also need to be updated. https://github.com/espruino/Espruino/pull/2441

Also NodeJS "new Buffer(number)" is depreciated in NodeJS https://stackoverflow.com/questions/52165333/deprecationwarning-buffer-is-deprecated-due-to-security-and-usability-issues

gfwilliams commented 6 months ago

Great - thanks!

And thanks for the Buffer tweak - I'd been ignoring that - it feels like I spend a nontrivial amount of my time just changing things to keep them working as JS/Python devs change things.

brendena commented 6 months ago

No worries. You got more important things to work on. Fixing these little problems are nice for new people getting started with the project.