Domen Kožar

Results 1415 comments of Domen Kožar

![2024-08-07-132122_2258x616_escrotum](https://github.com/user-attachments/assets/55a13162-ee21-4a41-8e70-99435d9735b4) Did you try using the delete button?

Sounds like it's missing a systemlib dependency.

@sandydoo huh, shouldn't that be detected via cache paths?

> I'm running into this problem I think (or possibly [#1363](https://github.com/cachix/devenv/issues/1363) ) but not even `direnv reload` updates the env... I have to delete `.devenv/nix-eval-cache.db` (i tried deleting stuff that...

Could this WSL regression be related? https://github.com/cachix/devenv/issues/1815#issuecomment-2798839807

See https://github.com/cachix/devenv/issues/1362

We need to explore different ways how we can make plugins hook as a subcommand, Cargo itself does this.

I think the correct approach here is to do Cargo-style plugins where `devenv foo` will first lookup `devenv-foo` in `$PATH` and invoke that binary. We'd have to prepare `devenv` crate...

It's hard to implement that, since review apps post different url for each PR, changing heroku github bot to append the correct url is probably not possible - I doubt...

I'm not following what configuration exactly should change this. I have: ```javascript const ui = SwaggerUIBundle({   url: "https://custom-app-pr-61.herokuapp.com/api/v1/openapi.yaml",   dom_id: '#swagger-ui',   deepLinking: true,   presets: [   SwaggerUIBundle.presets.apis,   SwaggerUIStandalonePreset   ],   plugins: [   SwaggerUIBundle.plugins.DownloadUrl  ...