E14

Results 10 issues of E14

Minecraft crashes apparently due to infinite recursion when loading the world... I _may_ have been rotating secret gate blocks with an EnderIO Wrench when the client first crashed... **Optifine?**: No...

Documentation on the intended way on how to fetch the request body data for PUT/POST/... requests is missing. ```elixir put "/" do IO.puts(inspect(conn.body_params)) "" end # Prints: # %Plug.Conn.Unfetched{aspect: :body_params}...

When trying to show any of the listed example outputs in the Readme.md, I'm forwarded to a weird site: ![image](https://user-images.githubusercontent.com/1640391/36796408-caf6ca86-1ca5-11e8-985c-f97965eea8d4.png) Example link: * http://githubproxy.ejwa.se/wiki/ejwa/gitinspector/examples/django_output.html

Documentation

In a comment with `@usage`, all white-space from right after the double-dash is added to the rendered source code in documentation. This prevents clean copy&paste and also prevents developers from...

It would be beneficial for windows build tools (alright, I mean just `nmake`) to get Windows-compatible environment variables. For example `ERTS_INCLUDE_DIR` in nmake resolves to `c:/Program Files/erl10.3/erts-10.3/include` instead of `c:\Program...

For writing specifications / documentation, I would really like to be able to create a click-able link that opens RESTED. Ideally this would be done through a protocol handler eg....

T - Feature
D - Hard
P - Low
A - React

**Describe the bug** FanControl shows generic error message. This may be connected to sleep/hibernate but I'm not completely certain, please tell me if you need additional information. **Is there a...

**Describe the bug** FanControl crashes silently when AMD software is updated. It also does not restart itself **Is there a log.txt file next to FanControl.exe with recent date entries?** Log...

It is not possible to remove a persistent connection group with the name `.`. Other groups can be successfully removed. Version is 22.10.2.0 Host OS is Windows Server # Reproduce...

The very simple program below results in Windows killing the thread: ```python import pyttsx3 engine = pyttsx3.init("sapi5") engine.say('This program will self-destruct in 10; 9; 8; 7.') # ... engine.runAndWait() ```...

help wanted