Domen Kožar

Results 425 issues of Domen Kožar

### Is your feature request related to a problem? We have different server urls: localhost, review apps, staging and production. Everytime one uses swagger ui, they have to pick correct...

Workaround available
version: 3.x
specification: 3.x
type: enhancement
cat: try-it-out

I have a graph where I need to do two things: - given a few nodes, compute a subgraph - order with toposort, but fail if the subgraph has a...

For the sake of internalization, it would be great if the Shared module was able to append to the path. Something like ```elm type Language = En | Es onPageLoad...

That would allow us to implement https://github.com/cachix/devenv/issues/1426 We'd need to make each process a task and have a notion of long-running task.

enhancement

We have a bunch of ways to describe machines: [NixOS](https://nixos.org), [nix-darwin](https://github.com/LnL7/nix-darwin), [home-manager](https://github.com/nix-community/home-manager). It would be nice if we could describe them in devenv and then they can be references elsewhere...

https://github.com/cachix/devenv/commit/a520f05c40ebecaf5e17064b27e28ba8e70c49fb

enhancement

Provide `ZitadelClaims` in the library that exposes APIs to also do RBAC authorization. The main motivation was to provide a higher-level API towards the claims returned and reduce duplication across...

``` Compiling karyon_core v0.3.0 Compiling karyon_jsonrpc_macro v0.3.0 error[E0107]: missing generics for trait `Decode` --> /home/domen/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/karyon_core-0.3.0/src/util/decode.rs:7:18 | 7 | pub fn decode(src: &[u8]) -> Result { | ^^^^^^ expected 1 generic...

``` warning: input 'crate2nix/crate2nix_stable/crate2nix_stable/pre-commit-hooks' has an override for a non-existent input 'nixpkgs-stable' warning: input 'crate2nix/crate2nix_stable/pre-commit-hooks' has an override for a non-existent input 'nixpkgs-stable' warning: input 'crate2nix/pre-commit-hooks' has an override for...

I'd like to give Nix a closure that I'd like to garbage collect leaf nodes up to the point it hits a live node. Something like `nix store delete --recursive...

feature
idea approved