Krisztián Szabó
Krisztián Szabó
My 2cents: It should be opt-out and included in the common workflow actions (`deps-lock`) implicitly. Stretch goal would be to have it also as a separate command, that copies the...
I wouldn't say it's fixed, but there is a workaround until there is explicit support. Thanks for keeping this open!
Just passing interest, I considered using this to make the clj-side of [Pathom](https://github.com/wilkerlucio/pathom) faster. Currently that implementation is in cljc files and then the idea came up that some of...
https://github.com/cachix/pre-commit-hooks.nix Seems to be an obvious candidate, composing the above library that provides the changed files to arbitrary cli scripts/binaries (like `treefmt`). Using https://github.com/cachix/pre-commit-hooks.nix#nix-flakes-support as a basis, just do: ```nix...
This has been fixed via https://github.com/metosin/porsas/commit/fed63e11c122e20b7a0e92e88fafa0c3b58c3f24
A deps.edn / release would be welcome :)
Added in #10
Just ran into this as well. This could be implemented by adding an extra field to the `on_conflict` parameter, named `columns` which could be a set of exposed columns for...
I started actually looking into this, it seems the internal Postgres DML types already support mapping columns: ```haskell data SQLConflictTarget = SQLColumn ![PGCol] | SQLConstraint !ConstraintName deriving (Show, Eq) instance...
Thanks for the great issue @IngwiePhoenix! My 2 cents on this as user is that instead of trying to treat the symptoms of an incorrect environment in `process-compose`, the problem...