Fred Rivett
Fred Rivett
I'm also seeing something similar, some JSON loads are taking over 10 seconds and are blocking the rest of the UI from loading. I've not looked into this but what...
Also bumping into this, but new to emmet so might be missing something obvious. [The emmet docs talk](https://docs.emmet.io/customization/snippets/#variables) about how you can pass variables through like so: `html:5[lang=ru]` —> `\n...\n`...
For clarity for those new to emmet, this is how to set the config as above in your `.vimrc`: ``` let g:user_emmet_settings = { \ 'html' : { \ 'block_all_childless'...
+1 encountered this issue too
+1 for this. In rails a lot of the components we develop use helper methods so this would enable marrying up the _actual_ implementation that we recommend with what's in...
Thanks for the swift reply @hagenburger. I'm not a Rails dev myself, stick to the front end, so might not be well placed to implement this. May be able to...
`he` hasn't been updated in over 4 years (Sept 2018), so I'd be wary of adopting that for security reasons
+1 on this, still an issue, not currently a top priority for us but a nice to have, if we prioritise it as a team will update here if we...
I'm also in the camp of wanting to test a react component that contains a plot from `react-plotly.js`. The latest react testing best practices [lean towards integration tests over unit...
Hey folks! Fred from Lex here. As a dev team with customer requests ourselves I totally get you can't get to all bugs like this super quickly, but we've had...