FalcoGer
FalcoGer
The similar drop down lists in the zoom map don't work either.
Can you not assume that the entire map has been mapped and then delete the areas that have not actually been mapped? At the first game launch you can render...
Well, I have snort and pihole running, but the tracker dns resolved. I turned pihole off to be sure. I checked the snort logs, nothing was blocked. Also again, the...
Would be nice if this were fixed. it's still an issue.
I don't want to use any flatpacks. Package repositories are great! Keeps things in one place, updated and you don't have to run all over the internet to get updated...
> Or I just find out that you can make work .deb version > > `sudo apt install python2.7 python python-cairo python-gobject-2` > > `wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb` > `wget http://ftp.de.debian.org/debian/pool/main/g/gimp/gimp-python_2.10.8-2_amd64.deb` >...
Maybe you should merge this in or work on a different branch if you want to work on unrelated features. Not quite sure how PRs work, but I get notifications...
searchsploit now can search by CVE on it's own. this project is no longer needed.
shellcheck outputs a `fix` when using it's JSON format. test.sh ```sh #!/bin/bash echo `ls -al` ``` Running `cat test.sh | shellcheck --format=json - | jq` yields ```json [ { "file":...
It would be nice if there could be a command line flag for clangd to load the format configuration file from a specified path instead of putting in a string...