Don Park
Don Park
Until ES6 yield support is broadly available, I am afraid your best path to synchronous use of html2jade is `child_process`. :-)
Using beautifier you mentioned is a good idea. Re dependency, given that `html2jade` is typically used as CLI tool, moderately heavy dependents are OK I think. Alternate way of supporting...
Definitely a bug. I'll take a look. thx Bart.
TJ @visionmedia, how would you code the following HTML in Jade? ``` // Generated by CoffeeScript 1.3.3 (function() { ```
@briemens I tried to manually convert your PRE example and found it really awkward. What would your expected output Jade file look like?
Disabling special handling of `pre` tag generates exactly that. Problem is blank lines and white spaces have to be inserted awkwardly to break up the lines and indent output correctly...
> Is the problem that events are only allowed on document without these changes? Problem was that PIXI.js expects `canvas` element to have `addEventListener` method. I didn't bother looking into...
Same. Downgraded to 2.1.12 bc 2.1.9 had `react-resize-detector` issue w/React v18.
The point is that it should be fixed on d3 side regardless of actual package name. It could be fixed in recharts or even apps but it's going to get...
> Is this likely to improve performance as well? @donpark Based on informal testing, performance was about same but more consistent which I haphazardly attributed to reduced memory churn. Performance...