Results 10 comments of Six

If you have libhunspell-1.3-0 installed, you can just run the following command: ``` sudo ln -s /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0 /usr/lib/x86_64-linux-gnu/libhunspell.so ``` No need to install the development package.

I have the donate version and have been experiencing the same issue for months. It's quite annoying but I haven't disabled notifications for the entire AFWall app because there are...

@BlueMax ### rovo89's "official" installer https://www.apkmirror.com/apk/rovo89/xposed-installer/ ### DVDandroid's fork https://forum.xda-developers.com/devdb/project/?id=13191#downloads

This is also an issue for me. The error may be locally disabled by adding `# pylint: disable=invalid-name` right under the shebang, but I don't think I should need to...

No, I wasn't able to resolve the issue. One other thing to note, I have another Samsung 860 EVO drive that was set up, locked, and working on another machine....

@casual-programmer Try this: git clone https://github.com/rg3/youtube-dl.git cd youtube-dl git fetch origin pull/12000/head:Dish git checkout Dish make youtube-dl

I needed `python-gi` as well, in a clean Xubuntu 16.04 VM. It still had other issues though, while open in windowed mode (icons/graphics were not displayed) so I ended up...

This is because *subprocess.run.pth* isn't installed when the package is installed via `pip install subprocess.run`. If the package is installed via `python setup.py install`, it is. Unfortunately this means the...

I've also got a fork at [brbsix/vagrant-bash-completion](https://github.com/brbsix/vagrant-bash-completion) with some significant updates.

Apologies. I suppose it's not particularly convenient to find, but doesn't my fork show up at the top of https://github.com/kura/vagrant-bash-completion/network? I just added `box prune` support in https://github.com/brbsix/vagrant-bash-completion/commit/d6f10f0413eb03ecccb364cee5c67575a340935c (I had...