Domen Kožar

Results 448 issues of Domen Kožar

I find it often I'm developing on one of the inputs so I'd like a command that will override that input and copy it into a folder locally. We should...

enhancement
cli

- add `minimalVersion: XXX` to `devenv.yaml` that would tell users straight away which version the project needs. - add a hint into parsing error that it could be due to...

WIP: ```nix { pkgs, lib, config, ... }: { options.services.cloudflare = { package = lib.mkOption { type = lib.types.package; default = pkgs.cloudflared; defaultText = "pkgs.cloudflared"; description = "Cloudflare Tunnel package...

enhancement

We're not using many features of direnv, and maintaining the long direnvrc in bash is tedious work. Most importanty, it doesn't handle [background processing of changes](https://github.com/direnv/direnv/issues/503), which leads to poor...

enhancement

Now that #14 has landed, we're missing the ability to import devenv.yaml from inputs.

enhancement

We've started using [process-compose](https://github.com/F1bonacc1/process-compose) back in 1.0 release, but we've grown out the project. Here are the bugs we're facing that are hard to resolve because we're launching the CLI...

enhancement

Hey! I haven't seen this crate and I've prototyped https://github.com/rust-lang/cargo/pull/16281, let me know if that's something you want to pair up with!