Vladimír Gorej
Vladimír Gorej
Hi, I've intercepted a problem that I couldn't find solution to. It concerns nested phoenix resources and documenting them with swagger macros. It is possible to define [nested resources](https://hexdocs.pm/phoenix/routing.html#nested-resources) in...
Is there an idiomatic way how to share Schemas not specific to any controller ? Like `Error` definition. I found a way how to do it, but not sure if...
During my research into tree-sitter CST traversal, I found out that Node.js tree-sitter binding doesn't contain cached getter `nodeIsMissing`. Because of that, when using TreeCursor, the only way to determine...
Following signatures have not been implemented in this PR: `append(name, blobValue, filename)` `set(name, blobValue, filename)` The reason they have not been implemented is to keep the simplicity of first implementation....
Automatic updates of devdeps is warranted and welcomed
I don't see a reason why we should distribute the tests.
While documentation says this should be possible, I'm getting query compilation errors here. ```shell iex(1)> import Ecto.Query Ecto.Query iex(2)> from(v in Videos, where: v.visibility == :public) ** (Ecto.Query.CompileError) `:public` is...
Scan + merge
#### Version - i18next: 15.0.6 - i18next-scanner: 2.10.1 Is it possible to use scanner in a merge mode ? I'll describe what I mean...I already have some `.json` files translated,...
I have intercepted problem with multiple tabs and Title service. It is easily reproducible on two opened tabs and same application on Chrome. This is how my `title` is defined...