Michaelangelo Jong
Michaelangelo Jong
Does aleph cli really need all permissions? Instead of installing aleph cli with `-A` it would be better if it listed the minimum permissions needed to function.
I was trying to add Hasura to an existing project and noticed that my Postgresql Unique Indices weren't showing up in the Hasura Console. These Postgresql Unique Indices are also...
I personally find the following `hx-swap` values confusing I suggest adding the following aliases for more intuitive use. Name | Alias | Description -- | -- | -- afterbegin |...
Since `%` is the modulus operator I think it we be better to use a different symbol, perhaps `@` ```js let even = 8 |> @ % 2 === 0;...
When I use `--migrations-schema` to set the schema, it fails become the schema doesn't exist yet. It would be helpful if this utility would create the schema if it doesn't...