Shawn A
Shawn A
Unstable
Removes entire contents of blocks, sometimes inserting something other than highlighted style multiple times. Try it on a transition with an opacity and see what it does.
```php 2021-12-17 02:11:10,059 - octoprint.plugins.preheat - ERROR - Something went wrong while trying to read the preheat temperature from /home/pi/.octoprint/uploads/CE3_Body12.gcode Traceback (most recent call last): File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_preheat/__init__.py", line 116, in...
The entire expanded panels inherit collapse event clicks. This prevents you from clicking links. Should only be the line item issue that toggles show hides.
Is this available ?
Tested on osx and windows. When plugin is enabled, you cannot select/highlight text in the console, so you cannot copy paste etc.
I was testing this on mobile safari and noticed there does not seem to be window or document level events for key listeners, for example in the demos, you must...
Since it seems some of the libs are REQUIRED, then they should probably be autoloaded by the library for ease of use. Was getting errors if i failed to use...
There must be some init going on on js load, because previews do not work if `js-markdown-extra` is NOT loaded before `jquery.meltdown.js`
``` Manual Install git $ cd ~/IOTstack $ git remote set-url origin https://github.com/SensorsIot/IOTstack.git $ git pull origin master $ git checkout master $ docker-compose down $ ./menu.sh $ docker-compose up...
It seems passing color arguments to any functions that is not WHITE BLACK or INVERSE can cause unexpected behaviors ( esp8266 unhandled exceptions ) adding a sanity check to these...