valodzka
valodzka
> May I ask where did you find more information on the sandboxing ? I simply ran `nix show-config --extra-experimental-features nix-command | grep sandbox` on Debian and on NixOS and...
> maybe we should document this in the documentation ? This is briefly mentioned in the [nix documentation](https://nixos.org/manual/nix/stable/command-ref/conf-file#conf-sandbox-paths), but it’s practically impossible to find unless you know exactly what you're...
It isn't related to only aws. Same issue with fixed retry join list: retry_join = ["[add1]", "[addr2]", "[addr3]", "[addr4]", "[add5]"] Result: ``` 2022-02-03T21:13:37.983Z [WARN] agent.auto_config: IP resolution failed: host=[addr1] error="lookup...
is it working for anyone? I tried to run with 0.5.13 and don't see any data in ui.
I tested with 3.4.1. Based on log it collecting and sending something, but I see nothing in UI. It might be confiration issue so I asking other commenters: ``` 2025-04-23T15:36:50.006Z...
Linux, ruby 3.4.1 shipped with nix. Probably the reason why this is not working is because some non standart path with nix (although libs paths successfully modifined with autoPatchelfHook).
> As you said, this is a rather niche case The issue reproduces even after a simple `jj git fetch`, not just after downloading a change. Steps: `jj gerrit upload`...
@matts1 so recommended/convenient workflow is to use something like [this sync.py script](https://chromium.googlesource.com/chromium/src/+/18e901b6b6f8d0ec841c6cbefe23609260033c1c/tools/jj)?
Additional about point 2: Merge conflicts in lock files like maven_install.json aren't just a developer productivity issue - they also hinder automated dependency management tools like Renovate. When multiple dependency...
Also point 2 is dullicate of #758