traverseda

Results 248 comments of traverseda

Honestly `ureg._units.keys()` and `ureg._prefixes.keys()` works fine for my use case. Can we just canonize that? Are other potential options providing a significant benefit over that? I suppose dimensionality is the...

As an aside, I finally decided to test chrome and is experiences similar issues. They're not as severe as it doesn't make as much use of that kind of menu-ing,...

I believe it's a gamescope issues, I can replicate the issues I'm having on standard linux running a gamescope session. Since gamescope is part of steamos, it is sort of...

This problem is happening for me still, I'm getting an endless loop of 12:04:27.998476 close(1033778868) = -1 EBADF (Bad file descriptor) in strace. Not sure what's going on there.

I've opened a new issue for this at #4707 . Flower reports no tasks running. It appears to be an issue specifically with celerybeat.

...is that not happening for anyone else? ``` ./nix-portable nix run nixpkgs#bash $ sudo sudo: /etc/sudo.conf is owned by uid 65534, should be 0 sudo: The "no new privileges" flag...

``` ➜ ~ which bwrap /usr/bin/bwrap ➜ ~ bwrap --version bubblewrap 0.8.0 ```

Looking into it, seems like it's not going to be possible. https://github.com/containers/bubblewrap/issues/378#issuecomment-633064529 Not surprising, I imagine it's difficult to allow overriding paths, allowing privilege escalation, and allowing setuid binaries, without...

You need to use the `-L` flag on curl? Try `curl -Lo ~/bin/nix-portable https://github.com/DavHau/nix-portable/releases/download/v009/nix-portable`