Pete Matsyburka

Results 7 issues of 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...

addition

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 ![image](https://github.com/nvim-treesitter/nvim-treesitter/assets/5418788/68bb9166-1d06-4dff-a4bb-9b86739b850a) ![image](https://github.com/nvim-treesitter/nvim-treesitter/assets/5418788/bb4d7acd-90fd-4201-896c-cd2c3ee64535) After ![image](https://github.com/nvim-treesitter/nvim-treesitter/assets/5418788/754566cc-baff-467c-bb5a-90e4ee6eaa7c) ![image](https://github.com/nvim-treesitter/nvim-treesitter/assets/5418788/a60b9817-f928-4cb4-b1f7-52dacebb8771)

![image](https://github.com/rails/mission_control-jobs/assets/5418788/5644ef0e-9da2-4ec8-9e69-cf1f39b6ea32)

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...