aki77
aki77
It would be nice if it could be disabled with just the ESC key when the inspector is enabled.
I think this is useful in cases where the execution of a query doesn't time out, but the number of results is so large that it takes a long time...
We have been using this Gem conveniently in SonicGarden. Thank you for creating it! 😃 Since the maintenance of this repository seems to have stopped, we'll publish our forked repository...
### Description 📖 This pull request specifically targets an issue occurring only when encountering `ViteRuby::MissingEntrypointError`. The problem stems from the absence of `require 'ostruct'` in these error scenarios. This fix...
Related issue: #618
Ensured that the formatter is only active for `.html.erb` files. Extending the formatter to apply universally to ERB files caused unnecessary formatting when saving files like `email.text.erb`. Now, the formatter...