Andreas Rozek
Andreas Rozek
see this [post](http://forum.espruino.com/conversations/369782/?offset=25#comment16263159) (near the end) for a sample which could be used for testing (tested on an original Espruino, no need to actually attach WS2812 LEDs) Currently, the mentioned...
Hello, I just ran across two problems, where Modernizr tests crashed when run within an iframe. The fixes are trivial, how can I contribute them? Do you have an "official...
Well, I tried to evaluate the "async transparency" of \_hyperscript within event handlers...and failed. To my current knowledge of JS, it is principally impossible to implement it anyway: * JS...
The following code ``` li > span { display:none } def showElement (Element) set *display of Element to 'inline-block' end init show #span_with_id show .css-class show log 'completed' end If...
The following code ``` ``` shows that `element ElementVariable` and `:ElementVariable` refer to different variables A live example can be found [here](https://svelte.dev/repl/9680660ba5e9445cbae880483f983e85)
I know that we may separate statements by means of `then` (not only) if they are on the same line. But not always there is this logical consequence which is...
**First of all: I do not expect you to merge this PR into your branch!** I just started this PR in order to let others follow the changes I had...
within a behavior I'm trying to insert a DOM element into another one, like so ``` set :B to the first make a called :A put :A at the end...
Because of problems with the (quite modern) JavaScript code of \_hyperscript on older browsers, I have started an experimental port to TypeScript. Being a cross-compiler, TypeScript not only performs extensive...