Stas
Stas
Hey @tom95 I added a PPA with daily builds of the plugin, the only thing we're missing is a minor path change in cmake build target directory. Please take a...
Consider a model with two polymorphic relationships: ```ruby class Message < ApplicationRecord belongs_to :user belongs_to :from, polymorphic: true belongs_to :to, polymorphic: true ``` Now trying to filter based on any...
## What is the current behavior? ActiveRecord scopes can't be used in filters. This supersedes the #54 ## What is the new behavior? You can use scopes for filtering as...
## What is the current behavior? Error pointers are blank when using `set_key_transform` in the serializer. ## What is the new behavior? Fixes #56 ## Checklist Please make sure the...
Following the [readme](https://github.com/Netflix/fast_jsonapi#instrumentation) I don't see the `fast_jsonapi` calls in the Skylight.  Is this working for somebody? There's a relevant (?!) discussion on the Shrine support which confirms...
 We're running `multicall` in a background worker and we could see an abnormal usage of the memory. After reviewing the implementation and...
This small change makes it possible to use `abort()` inside the views without cancelling the `after_request` method calls. Thanks in advance for reviewing this and for the great extension!
Some calls do not return anything where they should return the result of `_nn_check_positive_rtn`. A good example is the `send()` method. This makes it hard to test. Ideally we would...
This is merely a proposal, but should we consider adding optional support for auto-deletion of the tasks executed by the `pq.tasks` API?
When using the `vim-fugitive`, the `:Gstatus` followed by the commit command `cc`, makes the focus jump to the last open split file. Commenting out this line makes things work fine...