Jonas Chevalier

Results 831 comments of Jonas Chevalier

Especially on mac where docker has to sync the files between the host and the docker VM, it adds quite a bit of overhead. In exchange for a bit of...

I'm a bit overwhelmed by the complexity of this work and don't think I can do a good job at it. If somebody wants to take over, I would be...

Sure. Is it annoying you?

It's mostly there so I can construct NIX_PATH within the TOML file.

What method do you use to start postgres? Usually, I have a Procfile that starts postgres, the backend and the frontend, and executed by foreman or hivemind. That lives in...

Maybe devshell could ship with a devshell.sh trampoline that gets installed along the devshell.toml. Run ./devshell.sh to enter the shell. Behind the hood, check if nix is installed or download...

The "spawning of a subshell" approach is also a good design. It would make unloading much more straightforward since the tool doesn't have to revert the changes. It also means...

It would remove one layer of translation making this much more manageable. But somebody has to finish the `gosh` branch first.

Be my guest :)