Philippe Elsass
Philippe Elsass
Would be interesting to have a column for the "naive" solidjs/universal DOM renderer, as demonstrated in @ryansolid benchmark stream
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When editing, the hint details briefly disappear after each key press, at...
Hello, the npm module is quite outdated compared to master branch. Any plan to release it sometime soon? I'm doing a local build and `npm link` but I can't distribute...
Maybe would be better than maintaining our custom `d.ts` lexer? https://github.com/Microsoft/web-build-tools/wiki/API-Extractor
Great set of components - it would be nice that checkbox/radiobutton hit area included the text.
The scripts don't fully work under zsh shell. Wrappers for `haxe`, `haxelib`, `neko` work, but `hvm use` doesn't. I tried troubleshooting but didn't find a solution: version validation fails as...
Keeping the scope (as in double-arrows) is Haxe's default behaviour so you don't need to create a local `__this` var for that. I may say the problem is the opposite.