André Schröder
André Schröder
Make use of the new API implemented in https://github.com/neovim/neovim/pull/14661. This API is not yet released, but will probably be released with Neovim 0.7 (see https://github.com/neovim/neovim/milestone/29). So I guess you can...
For example, I deinstalled the following package: ``` $ pacman -R unattended-upgrades Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and...
I find it unexpected that references are not part of the printed type. For example: $ cling --version 0.8~dev $ cling -std=c++17 ****************** CLING ****************** * Type C++ code and...
The estimated time in `kopia snapshot create` got stuck at `0s left`. I suspect that the estimated time left is never updated? Here is how it looked like (I copied...
Currently, DiffAdd is yellow and DiffChange is green. That's counterintuitive. So let's swap the colors.
Took me some time to figure this out
I'd prefer to have the entries in the `/tree` dialog listed in [natural sort order](https://en.wikipedia.org/wiki/Natural_sort_order). That's also how most file managers sort files. Would you accept a PR for this?...
In line 287 and 295 of your [Neural Nets](https://github.com/frnsys/ai_notes/blob/d92acc4e4f6220d6d9bd0ae777fecfe3c85f5e67/notes/2.03%20Neural%20Nets.md) notes you never actually defined the function i. At least for me it wasn't clear what exactly i should be until...
I'm on the latest commit 308bc02b8a310fd388c6f7267c9f6d71e3cacec3 and my Clang/ LLVM is version 12.0.1 Building with `cmake` and `-DUSE_MONOLITH_LIBTOOLING=ON` doesn't work: ``` $ cmake -B ../build -S . -DUSE_MONOLITH_LIBTOOLING=ON -- The...
### Why: It would have been helpful to me if the documentation was more straight-forward about that a `:` is appended to the commit title by default and how to...