Stefan Junker

Results 112 comments of Stefan Junker

> I'm still using this PR as documentation :) @fzakaria I never came back to issue but now that I'm reminded of it I'm happy to follow up. What's the...

i'm facing this as well and i'm noticing that even though `cachix` is in the github-runner's `extraPackages`, it doesn't show up in the `PATH` within cachix-action's scripts. so the following...

> Released v11 that addresses the issues here, please let me know if it works so we can close :) i just tried and the installation of cachix, or rather...

> i'm not sure where this global `/etc/nix/nix.conf` actually lives. the ones on the nixos host and the nixos-container instance that runs the github-runner.service looks different, and has only `trusted-users...

Thanks @dwrensha. That snippet allowed me to construct this simple testcase, although I haven't yet grasped what is happening internally. ```rust #[test] fn proxy_server_hello() { let client = ::proxy_capnp::proxy::ToClient::new(Proxy {}).from_server::();...

It should be possible to use a single chain without comments and only add the comments to the rules and have the first and last ADD/DEL create/remove the chain. However,...

@dcbw > The runtime should pass back the interface name and all that, instead of accepting an interface name from the runtime. I would rather not guess which "runtime" to...

@jfrazelle first, thanks for this detailed proposal! As I understand this, your design would require to add a generic _filter_ field to the spec, and we would need to figure...

@salv-orlando > could there be a case for a hook for doing "filter refresh" - maybe CNI_FILTER_REFRESH? The container runtime might invoke it whenever there's a change in the filter...