BlocklyProp icon indicating copy to clipboard operation
BlocklyProp copied to clipboard

Blockly based visual programming editor for Propeller C

Results 100 BlocklyProp issues
Sort by recently updated
recently updated
newest added

Clicking on any of the user links in the Community Project page causes an NPE. ![screen shot 2019-03-08 at 10 42 40](https://user-images.githubusercontent.com/8442260/54048540-f7cbc980-418e-11e9-8967-07d3102e2ec7.png) ``` java.lang.NullPointerException com.parallax.server.blocklyprop.servlets.PublicProfileServlet.doGet(PublicProfileServlet.java:88) javax.servlet.http.HttpServlet.service(HttpServlet.java:634) javax.servlet.http.HttpServlet.service(HttpServlet.java:741) com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:287) ```

Add a new, optional field to the project model to support a JSON document containing options and settings related to a specific project.

enhancement
Server

Changing a screen name only changes the screen name in the user's cloudsession record. It needs to propogate to the user's blocklyprop record.

bug
In Demo
Requires Verification

When using the 'make PIN n high' block on a Chromebook with a 768 vertical pixel count display, the list is truncated at pin 24. **Workarounds:** * Changing the browser...

bug
Discussion

I'm curious if we can we enhance the color chooser? The color chooser looks great, but there's some problems I've found when working with RGB LEDs. Those colors work great...

enhancement
fixed
In Demo
Needs Doc Update

Update the build process to minify the JavaScript ans CSS source files. This process should remove inline comments, white space and whatever else is not needed to actually execute the...

Discussion
Needs work

The BlocklyProp server is logging a warning that the sort parameter is missing in the GET request to the /rest/project/list/ endpoint. The server is defaulting the sort order to project...

bug
Server

The current ws2812b "type" in RGB-INIT block doesn't suit all WS2812b's. Suggest a new type in the dropdown of led types, perhaps called "custom", which allows the user to enter...

enhancement
C library dependency

We need to disconnect the forced-exclusive nature of logging in with an email address as 1) a localized account, and 2) an OAuth account. - If a local account is...

bug
OAuth

New table that contains save date and project that is added to each time a project is saved. A history can be viewed through the project view (owner only)

new component