ruro
ruro
Is this PR dead?
> where V is the letter I press to print V (which is different from where the V is placed on my keyboard) @Metaxal I don't really understand, what are...
Pressing Ctrl+V in `racket -l tests/gracket/showkey`: In en-US layout (works) ``` 1 KEY: control rel-code: press other-codes: (control control control control) mods: 2 KEY: "v" = ASCII 118 rel-code: press...
@Metaxal > But if you had a `V` (for some reason) on your (suddenly not so) Russian layout, wouldn't you expect pressing Ctrl-V on the virtual layout to send a...
@Metaxal > In my case, I only use a single layout (the virtual one), and not the physical layout at all. Then couldn't you just set the physical keyboard layout...
By the way, revisiting the problem that the cache is currently per-user: I now understand why caching in `/nix/store/` wouldn't work, but this doesn't necessarily mean that the cache has...
> > The fact that `nix run ...` and `sudo nix run ...` use different caches is still a major UX disaster IMHO. > > Respectfully disagree. Different users might...
> Which store? If you mean 'daemon', then it might not be running on the system or be available to the user. (Users might have private stores.) I mean the...
I did some exploratory hacking and was able to get the desired output with the following patch: ```diff diff --git a/src/black/linegen.py b/src/black/linegen.py index cc8e41d..dc5d196 100644 --- a/src/black/linegen.py +++ b/src/black/linegen.py @@...
@bk2204 just to be clear: in my opinion, exiting with an error and/or printing messages after a `git lfs track '*'` is kind of a stop-gap solution that doesn't truly...