Kiza
Kiza
In case anyone else has the same issue: If you're having issues after using Nginx as a reverse proxy you should try adding the following to your location block: ```...
Looks to be related to this line where the background isn't set for Windows for some reason. https://github.com/git/git/blob/3cb8921f74354a3a4aeaa932869acb7e6aabe630/gitk-git/gitk#L11767 God help you if you wanted to submit a PR to the...
I had this issue because I was wrapping con.query in my own promise wrapper. Once I updated my code to use 'mysql2/promise' the stack traces were helpful again. ``` Error:...