x10an14
x10an14
- If you are the original author of the issue - (...) - If this might still be an issue, but you are not interested in promoting its resolution, please...
Same issue for me, Ubuntu 18.04. Chat example (from today): ``` kl. 15 +0200 - x10an14: I didn't get it to work with Wine last time I tried (the Windows...
> (...) > because I didn't understand that the (standalone) `home-manager` acts like `nixos-rebuild`, but instead of picking the `hostName` from the `nixosConfigurations`, it picks the `username` from `homeConfigurations`. >...
> @eclairevoyant: Why? Is there a use case for making base 23 or base 37 easier to write? Nope - but it's all just the modulo operator, so why go...
> > What are you gonna do when another base is requested/implemented? We've already got 4x typical ones (decimal, binary, octal, decimal). > > @eclairevoyant: Decimal is a given, hex...
> I have no objection to a builtin for less-used bases. All I'm getting at is I don't think that should block movement on this feature request. Nor do I...
> Arbitrary base literals are hard to read and understand, and any remaining use cases are sufficiently niche that they're better covered by a library function. > > > `intervalAttribute...
> 12n3 is gibberish as well. What does that have to do with a day and a half Not engaging. > I'm enough of a nerd to enjoy the idea,...
> For point 2, I think that the link you refer to (https://docs.docker.com/engine/security/rootless/) is regarding running the Docker daemon as a non-root user, not running an application inside of a...
Considering that on the technical level, we're discussing numerical user (Uid) and group (Gid) IDs (which by paradigm always is `0` and `0` respectively for `root` user) - ~I don't...