Konstantin Haase

Results 66 comments of Konstantin Haase

Also note that Vite is also not adding a timestamp to the generated URLs in dev mode: ```js import api from "/vite-dev/repository/api.ts?t=1712992006878"; const worker = new SharedWorker( new URL('' +...

This does mess with indentation in a few places, essentially whenever inserting underscores into integers. It is a bit surprising to me when rubocop decides to keep spaces and when...

Some people and libraries, like bundler or yard, assume (per default) that you can do require 'gem-name'.

Try the 1.9.1 branch.

``` git clone gh cd gh bundle install bundle exec rspec ./spec/response_spec.rb:5 ```

Or, using your example: ``` ruby >> x = 'foó' => "foó" >> x.encoding => # >> JSON.load(x.to_json).encoding => # ```

I vote for removing that monkey-patch.

I've had a deep dive into this (trying to get Devise and route_translator to play nice). The above solution works because it does set `I18n.default_locale` in addition to `I18n.locale`, which...

I agree. before_filter is not the way to go. I'll see if I can find some time in the coming days to work on a PR/demo.