Máximo Mussini
Máximo Mussini
Good catch, it looks like there's no coverage for this path. I'll cut a new release.
Hi Sahiti! Did you follow the [recommendations for Sidekiq](https://github.com/ElMassimo/request_store_rails#usage-in-sidekiq)? You should not access the store value before calling `set_current_store_id`, otherwise `RequestLocals.fetch(:key_value_hash)` might return state leaked from other jobs. Additionally, if...
Hi Rein, thanks for reporting. Can you replicate it in the examples in this repo or provide a minimal reproduction?
I could not replicate this, using `config.name_from_serializer = ->(name) { name }` will generate interfaces, with a different name and in different dirs as expected. Feel free to reopen if...
This is a nice addition, thanks @tijmenb!
Hi Mark! Thanks for reporting! This is indeed a bug, ideally nested serializers would be included in the same file. > this pattern of nesting serializers is very useful Completely...
Didn't realize until now, but a workaround I was using in my projects is to have it in the same file but with a different name: ```ruby class FooBarSerializer <...
> What was the original reason to skip generating types for inline serializers? The limitation was related to the first implementation, which did not use `listen` to track file changes,...
Hi Aaron! I like this enhancement as it has the potential to improve the accuracy of the generated types., I'd like to use it more before committing to this API....
Hi Borys! Changing the sort behavior for `:definition` makes sense. Perhaps we can return something equivalent to `[!options[:identifier], index]` in order to ensure that sorting is stable for non identifiers.