Serge
Serge
The issue looks more generic. Here is a fragment of my flake: ```nix { venv = machNix.mkPython { packagesExtra = [ ./. (builtins.fetchGit { url = "git+ssh://[email protected]/app/bar"; rev = "**********************";...
Before that my fragment looked this way: ```nix { venv = machNix.mkPython { requirements = builtins.readFile ./requirements.txt; packagesExtra = [ (builtins.fetchGit { url = "git+ssh://[email protected]/app/bar"; rev = "**********************"; }) ];...
Actual for me. Sonatype Nexus refuses to serve packages with invalid scope names: [8920](https://community.sonatype.com/t/illegalargumentexception-scope-starts-with-or-ueberdosis/8920). And that is correct behavior. Please eliminate that underscore.
I confirm the bug too. My environment: Simple Contacts 6.3.2 DAVx⁵ 2.5.3-ose LineageOS 15.1 (build 20190802) for SONY Xperia ZL More details: 1: I created a group (_Group1_) in Simple...
Thank you, but the place can be found easily. It's here: https://github.com/helm/helm/blob/a50206fed21cda67fdf8633ad3d7b38b0eb26da0/pkg/chart/loader/load.go#L105-L107 The guilty package is [sigs.k8s.io/yaml](https://sigs.k8s.io/yaml), v1.3.0, released on Sep 23, 2021. It looks abandoned and I doubt it's...
I just checked https://github.com/go-yaml/yaml as a drop-in replacement. Works fine but should be tested thoroughly because there are some minor differences (yes/no, on/off, octals).
I had the same situation in production. > I think this makes sense. EG should generate the listener with the valid certs while surfacing the invalid certificate with `InvalidCertificateRef` reason...
Still actual.
Hi @tarka, > `xcp` does not dereference symlinks Yes but no, let me show a case. First do preparations: ```bash % xcp --version xcp 0.24.2 % mkdir -p 1/some 2;...