Luís Ferreira
Luís Ferreira
How did you manage to get `@thing` on the show view? Shouldn't it always be `@model` and `@form`, the variables sent to the view? Is there a way to change...
Currently kaffy assumes that there is only one repo, and even for that repo it does use the dynamic_repo which is now widespread in Ecto. This makes it hard to...
Why: * When building an admin dashboard is not always true that: 1. There is only one repo 2. The repo is not dynamic This change addresses the need by:...
This would be super helpful for [crystalshards](https://github.com/zamith/crystalshards), since it would make shard discovery super easy, opposed to searching for crystal project using GitHub's API, which is what we're doing right...
Why: * If the custom type is a parameterized type, then it is not picked up by the form builder This change addresses the need by: * Supporting parameterized types...
I've been trying to run tests with node's default runner in Typescript files. I've tried creating a custom runner with no success. Any ideas on how to make this work?...