Jérôme Steunou
Jérôme Steunou
I though there was a particular hidden reason but I see I'm not the only one bugged by this :D The PR should indeed harmonize the #set #parse behaviour among...
You can already to it by using a [function as dependency](https://github.com/alexbeletsky/backbone-computedfields#dependency-function) In this function listen to when `netPrice` is set then listenTo its change. Or maybe you could just set...
I had the same conclusion. And yes I'm using a `documentFragment` as source for the patch, precompiled templates through the webpack loader and my templates are rather thin. Like you...
Now I'm confused... appending is 2.75% faster than innerHTML in this benchmark (on my computer) but my benchmark between innerHTML and idom patch is 100% (sometimes more, again on my...
Yep, I measured inside the render logic of a Marionette View with both precompiled templates, both just before just after rendering appending / patching logic. But my template was pretty...
You can cheat it by using supervisor like this `supervisor -w src -- --inspect=0.0.0.0:5432 src/index.js`
@stoeffel any chance to get this one merged? This issue is kind of severe :/
Nice! Thank you for your work.
I'm afraid this is the closest strip tags can be done with regex. True strip tags can only be done with parser.
Ho did not know about this lib. Good idea. About sprintf & striptags, why deprecated it? I mean, I consider underscore.string like the Swiss army knife when it comes to...