Elia Schito
Elia Schito
@vfonic I'd be very interested in what kind of code is in those 33 lines, so far my experience was very different but if there's some sort of edge case...
@vfonic looks like it's fast on my machine, which means it could be related to what box you're running it on to, so if you want to give me some...
@vfonic Thanks for the heads up, this is a very valid point, I think the main difference is that the rubocop extension is using a server process + caching instead...
Thanks @alan-pie! That sounds great, I marked the issue with the `help wanted` label in case anyone wants to give it a crack ๐
In theory the double asterisk should already recurse subdirectories, maybe it's not enabled in your shell env? For bash you should be able to enable it with `shopt -s globstar`,...
Hey @thewatts, thanks! Before settling on SyntaxTree I tried a few different formatters, including Rufo and Rubocop (Rubocop was especially slow for this use case hard to use for small...
I'm not sure what's going on, I tried locally modifying the with_block fixture and couldn't reproduce: ```erb ``` is it still an issue? maybe a syntax_tree upgrade already fixed it?
_@i-tsvetkov sorry for the delay, this fell completely off the radar ๐ก_ First of all thanks for taking the time to dig into the code, that was brave! ๐ I'm...
@mtomov on it, thanks for the ping, I'm pondering options ๐
Yes, here's the catch: opal-haml only works with the sprockets-based stack: https://github.com/opal/opal/blob/master/docs/using_sprockets.md#opal--sprockets Something more or less like the following: ``` rb require 'sprockets' environment = Sprockets::Environment.new require 'opal' require 'opal-haml'...