DarkDefender

Results 20 issues of DarkDefender

Before I implemented these changes, the clang_complete deoplete source would cause neovim to freeze while it were gathering completion results. I think this is because previously the deoplete thread would...

I'm currently using a very hacky patch to rebind the scroll wheel to move: ``` diff --git a/src/imv.c b/src/imv.c index 24054da..5631c70 100644 --- a/src/imv.c +++ b/src/imv.c @@ -1151,7 +1151,8 @@...

Feature

Autoresize is mentioned in the man (5) page, but not implemented yet. I think this would be a nice to have as sometime you want to keep the current zoom/position...

Feature

Hello, when trying to install this from the latest version tarball, I ran into an issue where versioneer couldn't figure out the correct version (and thus set it to 0+unknown)....

@mm1ke I missed that the cache folder was stripped from the ebuild automatically when testing https://github.com/gentoo/gentoo/pull/26797 I had already created the folder manually, so I failed to notice it being...

assigned
no bug found

To me it seems like we can assume that all entries in `xsessions` needs us to manually start x11 before we can properly execute them. I've added a check for...

When I use Awesome (http://awesome.naquadah.org) as my window manager steam tries to fight with the WM over how it's windows it positioned and what size they have. It really apparent...

reviewed
Steam client

## Description After building OIIO on my machine and running the test suite, I noticed that I had some failures. All failures besides the simd test was fixed by adding...

The issue is as follows: Greetd does already provide "initial_session" support, but it is very limited. For example it only supports hard coding in a username a command to run....

For example, running `pytest -l` will error out as Beeref would try to parse `-l` as a log level flag. Now we no longer try to blindly parse flags when...