Henry Bley-Vroman
Henry Bley-Vroman
Anyone have a working airsonos fork using @Kolky's [nodetunes fix](Kolky/nodetunes)? I made one but for some reason (I think related to my nvm setup) npm wasn't able to install it.
Treating this as a forum question… At this point [woff2 support](http://caniuse.com/#feat=woff2) is weak to the point of being more a future option than a current option - no support for...
These show for me, but below the current running build. I'd expect them to show above the running build (as Circle's UI, seen in the screenshot above)
Hopefully someone who's used twig.js in browsers will show up, but in the meantime have you tried the tests in `/test`?
Sounds good! There are some very rough notes on browser usage here https://github.com/twigjs/twig.js/wiki#browser-usage And if you get excited about twig.js and its test…… I know there are at least a...
Have you found something that works in PHP Twig but not in Twig.js, or are you wondering how to turn ```twig \n,,,,,,,,,, ``` into ```twig ,,,,,,,,,, ``` ?
Did a test and I understand your problem now. `nl2br` unavoidably escapes everything. ```twig {{ '\n&'|nl2br }} ``` should compile to ```html & ``` but it compiles to ```html &<a>...
We'll see what people think https://github.com/twigphp/Twig/issues/2030
@willrowe I'm thrilled that you've been triaging so many old issues!! 🏆 🏅 👏
Nice catch, twig.js doesn't support passing a custom template to the `block()` function. For reference, it was introduced to Twig in https://github.com/twigphp/Twig/pull/2245