Domen Kožar

Results 1529 comments of Domen Kožar

> Oh, another alternative that is more succinct, in SQL just cast twice: `$2 :: text[] :: my_status_enum[]` works as well! > > ``` > INSERT INTO users (name, status)...

Seems like we're stuck here between two crates: - `http::Uri` which is named based on URI, but some parts are tied to http like this one. - `url:Url`, which doesn't...

Maybe php-fpm reads the .env files itself? That's the only way I could see it working.

Will be fixed by https://github.com/cachix/devenv/pull/1489

I'd appreciate that, see https://github.com/input-output-hk/haskell.nix/issues/995

I'm currently using: ``` cachix-server = let # the playground uses ghc at runtime so it needs one packaged up with the dependencies it needs in one place runtimeGhc =...

Looks like CI is saying you need to format your changes.