process.memory() in console: JSON? #6313
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2020-08-19 by @gfwilliams Thanks! I just fixed the IDE flasher size issue - it should go live next time I push an update to the website. New builds should have the quoting issue fixed too - in order to quote correctly Espruino needed to check if the field name was a valid JS ID - the function to do that expected a C string and I'd made the buffer size for it 16 - so any variable name longer than 15 chars was just kept quoted, hence the ugliness :) Posted at 2020-08-19 by @allObjects Great. Thanks for the fix and feedback. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-08-18 by @allObjects
Picking a Pico from my stash of Espruino boards, I picked a 1v92 flashed one... what a great release this was, like the 1v96. Updated to 2.v06 and for obvious reason and curiosity I noticed two things:
The image selection dialog pop-up looks not that user friendly (anymore): the width is too narrow to show the drop-down box arrow. Some image short description text is so long that user has to scroll top the far right to get to it. Not a big deal, but is just not looking confidence fostering (see attached screenshot).
For curiosity, I checked / compared
process.memory()
:Where is the difference coming from?
1v92:
2v06:
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions