Stas

Results 14 issues of 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. ![Screenshot_2019-07-24 Skylight](https://user-images.githubusercontent.com/112147/61803808-c183a380-ae2a-11e9-8c89-c0aa055caf7c.png) Is this working for somebody? There's a relevant (?!) discussion on the Shrine support which confirms...

![Captura de ecrã de 2022-06-07 13 52 11](https://user-images.githubusercontent.com/112147/172384085-076f5fb1-f3ee-45bc-afe8-301f3780c1e2.png) 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...

cause:autocmd