Jabster28
Jabster28
**Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG** 2022.05.15-f814ac70 **How did you install SearXNG?** Currently using https://swag.pw/, but i also...
I think generating a `.gitignore` file after running `gts init` would be useful, maybe containing a stripped version of the [Node.gitignore](https://github.com/github/gitignore/blob/master/Node.gitignore) project?
With certain albums, the upload will fail: ```py [21-05-2022 07:28:34 PM] [DEBUG] [server/7D018] Uploading image [21-05-2022 07:28:35 PM] [ERROR] An unexpected error occured while uploading an image Traceback (most recent...
Wasn't there a `Verify integrity` button or something similar in previous versions of the itch.io app? It was there to let you repair game installations if files were missing/damaged without...
Replace the RPC call to `sync_info` in the monero logic with `get_info`, which isn't a restricted call and allows for using a remote node. I'm also replacing the "peers" field...
# Description Just replaces some of the non-escaped ``s with proper `\n`s. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New...
**Is your feature request related to a problem? Please describe.** Lots of the PRs in this repo have a bunch of whitespace changes, because there aren't any linting rules. A...
Before v1.0.3 came out, I made a [branch on my fork](https://github.com/Jabster28/haveno/tree/flatpak) for adding Flatpak binaries, since they have a lot of safety features like sandboxing and filesystem access. However, now...
Right now, the Linux CI builder uses JPackage to build for each platform, but the package is reset every time. JPackage supports building into an intermediary app-image (not an [AppImage](https://appimage.org/))...
The `.localnet` artifact has been failing to upload since #1215 was merged in cae360b. There are also some warning in the windows builds that may be related.