Domingo Edwards
Domingo Edwards
### What happened? When I cast movies into chromecast with subtitles the subtitles are not displayed into the TV. The subtitles chosen works fine in the web browser (Mobile and...
## What I tried to do I overwrited the `I18n::ExceptionHandler` to make a custom exception handling of translations in a Rails project. When I overwrited the method without calling super,...
I found a bug when loading the "prism/translation/parser33" using rubocop with bundler. I could reproduce the same error only requiring prism abd parser33 so the problem is actually from the...
When using the pollyfill for JSDom tests i am getting an error when sending dispatch events to the parent form of custom control created using WebComponent with ElementInternals. I suspect...
First implementation for I18n support (#639) ## How it works 1. Attach file watcher for all translation files 2. Add server request to reload translations on file changes. The reload...
# Provide I18n Support It would be great to have [I18n](https://guides.rubyonrails.org/i18n.html) translation support in the Rails addon. The main use cases when implementing internationalization with I18n are: ### Use Cases...
### Motivation Fixes #9455 When reloading constants in rails or zeitwerk, sorbet retains some references that will cause a memory leak on each reload, this PR introduce an interface to...
#### Input Currently in a our project, when we reload our rails app using [`reload!`](https://api.rubyonrails.org/classes/ActiveSupport/Reloader.html#method-c-reload-21) we observed a memory leak in a lot of constants that got uncollectable/retained. The retention...