Cole Granof
Cole Granof
i would love to see a solution to this. for my use case, i am making the background of the editor transparent since i am displaying the code on top...
Ok, yeah. :P This fixed coffee-script but the "builds for ES6+" still fail for me, saying `/bin/sh: babel-node: command not found\n`.
This is what I miss most from PEG.js. I guess what the authors want you to do is to decompose the arguments in the arrow function: ``` expression -> number...
I agree, discussions would be cool
I should mention I passed in `parser.feed("foo");`.
> > @SalavatR I've reverted to using version 2.6.8 until this gets resolved without needing to use excessive documentation for references to be recognized. It works fine for me even...
i also ran into this issue recently and and just here to politely +1 this if possible :)
thanks for putting all these in one place. i found some more edge cases; maybe some of them are listed here already but i'll try to document them more diligently.
@zetenynagy thanks for bringing this up; i'll look into it
> Hello, > > > > This seems to come from the fact that post5 tries to compile the effect shaders as soon as possible in the p5 program. >...