Mitchell Kember
Mitchell Kember
Enter \theta=r, zoom out a bit and it's a complete mess.
The leader key display behaviour in 4195e886db640b84786d086e9d14b1b5c17e71cf doesn't look very good when your leader is ``. Everything just gets indented by a space. Perhaps make it configurable with something like...
GN is a build system used by Chromium and some other projects: https://gn.googlesource.com/gn/ It uses `#` for comments: https://gn.googlesource.com/gn/+/main/docs/reference.md#white-space-and-comments
### Input code ```rust fn f() { match x { 0 => S { }, _ => AAAAAAAAA, } } ``` (Note, the 4th line contains 12 spaces, which you...
### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland? Xorg ### Has this issue already been reported? -...
It seems to me the promise of the new I/O is that we can write optimal library code that's agnostic of the `std.Io` implementation. You just express your asynchrony and...
Lobste.rs has always loaded instantly for me in the past, but in the past couple weeks or so performance has fallen off a cliff. Every page load takes multiple seconds....
If you have key “B” and you do `cursor.iter_dup_of("A")` where “A” is not in the database, it will return the result for B. This is not caught by existing test...