Black616Angel

Results 9 comments of Black616Angel

Hi @subtlecobra3864 there is multiple ways to uninstall programs that are installed via `make install`. To quote [ndemou on stackoverflow](https://stackoverflow.com/questions/1439950/whats-the-opposite-of-make-install-i-e-how-do-you-uninstall-a-library-in-li): > If `sudo make uninstall` is unavailable: > > In...

Since I just completely borked my gitconfig, creating a SIGSEGV, I had a look into it. Looks like you can circumvent the interactive shell by piping the data into `git...

https://github.com/rust-lang/git2-rs/pull/1006

Why not make a new type of link? How about e.g.: lemmy.ml/g/programming Now you can choose to either go to you local community or enter the grouped programming communities of...

@JediMaster25 : > I believe that instead of relying on community names, a more practical approach would be to provide users with a readily available list that they can easily...

This issue is not resolved though. The same problem occurs for other functions. I get the same error when doing: ```sql SELECT MAX(amount) from table GROUP BY name; ``` @fdietze:...

A workaround would be installing the last working version via `pip install pms5003==0.0.5` this worked for me. In the mean time pimoroni should try not setting the version to 1.0...

iptables-legacy is installed and docker handles all the config through iptables, but nftables then does the networking. nftables even says: `# Warning: table ip nat is managed by iptables-nft, do...

I found the problem and a workaround. The problem seems to be docker adding multiple NAT rules for different stuff on the same port and then nftables just uses one...