Pete Matsyburka
Pete Matsyburka
## Project ruby-spellchecker [https://github.com/omohokcoj/ruby-spellchecker](https://github.com/omohokcoj/ruby-spellchecker) RubyGems: https://rubygems.org/gems/ruby-spellchecker ## What is this Ruby project? It helps to eliminate common spelling and grammar errors from the text (to prepare it for NLP for...
Resolving file paths for `require` is ~10 times slower in packed ruby which leads to a significant boot time slowdown (40 seconds to load packed rails app instead of 6-7seconds...
File content is inconsistent when reading a file from memfs simultaneously in multiple threads: ```ruby 10.times { Thread.new { JSON.parse(File.read("/__enclose_io_memfs__/lib/ruby/gems/2.7.0/gems/motor-admin-0.1.56/ui/dist/manifest.json")) } } ``` ```json /__enclose_io_memfs__/lib/ruby/2.7.0/json/common.rb:156:in `parse': 783: unexpected token at...
```ruby irb(main):176:0> Dir.glob('{*,*/concerns}', base: '/__enclose_io_memfs__/local/app') => ["assets", "channels", "controllers", "helpers", "javascript", "jobs", "mailers", "models", "views"] ``` `*/concerns` subdirectories are missing when searching for directories in mounted memfs but present when...
Add highlight groups for ruby special methods Before   After  

Currently it's not possible to use the UI without sprockets-rails which makes it impossible to use it in api only projects. This PR removes "importmap-rails" "turbo-rails" "stimulus-rails" deps while keeping...