NRK
NRK
For what it's worth, I actually see the speed drop from `~647` MB/s to `~611` MB/s with this patch applied on my system (3700x).
> This can be fixed by using the standard getopt C library. I'd be happy to write PR for the same. Standard POSIX getopt doesn't support long-options. And getopt_long is...
@dasJ Hi, I'm not too familiar with Nix so apologies if I got this wrong, but it seems like a package for this already exists on Nix named [dragon-drop](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/X11/dragon-drop/default.nix) which...
> should I just keep using `make NAME=dragon-drop`? That will only work on the git version since `NAME` isn't on any release yet. But yes, `dragon-drop` sounds like a good...
> My personal opinion on the short names is that they should be deemed invalid. This PR behaves in the following way, currently: > > * If passed #RRGGBB, consider...
@jcs Regarding a7ebe36 : `` is also unused, was included in https://github.com/jcs/xbanish/commit/725c614eff5a903fd40ed3adf1bc701fcddf8f53. I assume that was because @Ckath's original implementation was using `alarm` instead of the XSync* functions.
> have been playing with a scheme where the left sidebar is collapsed until hovered over. I personally don't like this type of UI. It's one of the things I...
> * Nice to have: option to have the same nnn buffer in all tabs. I thought about it but not sure if that's possible. On NERDTree they just ask...
One more bug would be this: https://github.com/mcchrish/nnn.vim/pull/123#issuecomment-947802479 explorer apparently behaves badly with `minibufexplorer` plugin. One other problem, *in nnn.vim in general not just explorer mode,* is this https://github.com/mcchrish/nnn.vim/pull/123#issuecomment-947810428 , the...
> I don't prefer devs working on their free time spending unreasonable effort on my projects. Since I use `AutoComplPop` myself I was going to fix it anyways. So far...