Klaus Frank

Results 123 issues of Klaus Frank

Add Note about archive bit, as it took me some time to debug the crash just to finally notice that the archive bits were screwing with me...

File "forgeSrc-1.7.10-10.13.2.1307-1.7.10.jar" is not in ".gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.2.1307-1.7.10" after simply installing and building forge 1.7.0-10.13.2.1307 and the File is originally named forge-1.7.10-10.13.2.1307-1.7.10-src.zip and I had to download it manually, rename it and...

Auto download for 1.7.10-10.13.2.1307 tries to download from "http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.10-10.13.2.1307/forge-1.7.10-13.2.1307-userdev.jar" the correct URL would be "http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.10-10.13.2.1307-1.7.10/forge-1.7.10-10.13.2.1307-1.7.10-userdev.jar"

The current sanitizer doesn't handle backslashes correctly. I've the following page source code: ``` {% highlight shell %} do stuff "domain\username" {% endhighlight %} ``` Using the current sanitizer in...

### What problem your new feature would solve Storing Data in S3/Object Store backend to utilize redundancy and cheaper storage costs when hosting the server in the cloud. And using...

enhancement

Two issues so far for cross-compiling via `make depends target=x86_64-w64-mingw32` on Ubuntu. 1. Zeromq after version 4.3.1 doesn't properly compile (needs to be downgraded to 4.3.1 to compile, tested with...

Please add git hooks to via smude and clean as well as textdiv to allow working with the secret files within git. Also having the decrypted files ignored by git...

Regression: #3730 Also the Wallet has the same issue. I'm using the Win64 version. I'm using the latest version from this git repository (just downloaded). With the tag: v0.11.1 ![image](https://user-images.githubusercontent.com/2544867/66710900-ce58c900-ed81-11e9-817f-3fe5eadb19b6.png)...

Devcontainer do not work at all. Steps to reproduce: 1. Add a docker context for a remote server (here alpine Linux and user root via ssh) 2. Try to open...

AppImages should run on all Linux Platforms, but currently they don't, this is because it is dynamically linked against glibc. I tried to run a AppImage on Alpine Linux and...