Andrei Mochalov

Results 6 issues of Andrei Mochalov

A container has to have all the mappings specified in the config in order to prevent undesired behavior (changes in the project that are invisible for the language server)

Replace a previously forgotten hardcoded `docker` command entry with a command variable

Since release 7.1 Rails supports multiple styles for the `LogSubscriber` instead of just choosing whether to make text bold or not: https://github.com/rails/rails/commit/6016f9ef3190489d87c2249d6a150f5a4d1b0753#diff-5d89527388085e995e2b39777fb0a7e7f948727474d15e5aa8e3d887a328a6c3R172-R191 This PR aims to replace the old style...

This PR enables rendering multiple included resources together by grouping them in arrays first (if their `jsonapi_type` and `jsonapi_id` are the same) and then rendering them one-by-one while merging the...

With the current implementation in Graphiti it is possible to end up with incomplete objects in the `included` section. The easiest way is to have a non-DB backed relationship in...

The original cache implementation relies on two main parts: scope and query. Quite often we use scoping as a policy-based access control for listing actions like `index`. With Graphiti it...