BlocklyProp
BlocklyProp copied to clipboard
Blockly based visual programming editor for Propeller C
Normally I'd leave a condensed message as I've been trained to do, but it's best to have it in original context, so here it is (skip towards bottom - there...
OLED fonts take up 22k of upper EEPROM, leaving users with only 7k of open space. By adding a function and and warning, we could give users the option of...
If the project name or description is written in Chinese , it will show in '???' .
The AuthenticationServiceImpl.authenticate method includes a stack trace in the log for known exceptions. Recommend that the method log important details and move on.
Add support for an offline operation mode that allows the system to operate as a disconnected server.
There are a number of methods that do not check or trap database I/O issues. This is particularly difficult if the database server is unavailable. The client browser receives a...
Replace text strings in block definitions with defined constant strings in the _messages.js file.
I am looking at a project on the Demo site as an anonymous user. When the 'Run' drop-down is clicked, a shadow box opens to inform the user that they...
Need to suggest that the user restart their system after installation of FTDI Driver because nearly 50% of Macs don't properly access the serial port after FTDI Driver installation until...
[The propeller-load application is being replaced with prop-loader. The prop-loader will have Message IDs at the start of each message to make parsing easier. Once this is done, a new...