Manuel Floruß
Manuel Floruß
The RAD Game Tools server does not seem to accept HTTPS traffic (it says "Connection Refused"), so I changed it to use plain HTTP instead. Maybe this is just a...
Sublime's block cursor is barely visible with the current `develop` version of Nord. The block cursor is present when sublime is in command mode, e.g. by using the Vintage package...
Currently, there's no way (that I'm aware of) that would allow users to add options and to have everyone able to vote for all options. The number of votes per...
``` ERROR Hash check failed! App: nonportable/lockhunter-np URL: https://lockhunter.com/assets/exe/lockhuntersetup_3-3-4.exe First bytes: 4D 5A 50 00 02 00 00 00 Expected: a91ca5b5d4517666f65a43e39da56fdd6c13e1bcb9f22fad1790acc5326680c6 Actual: 46984b34649cd28076e171799819afbab8a25034830eda7bdf25ef9e2025db81 ```
I'm trying to provide a custom definition for `SOKOL_LOG` but the only simple way I could come up with was editing `sokol_defines.h` directly. That's not ideal since that file is...
I'm using version 2.1.1 with Visual Studio 2015 Update 3 (14.0.25431.01) and smooth scrolling only works when I scroll using the mouse wheel without any modifiers. When I use alt-wheel...
Fixes MSVC warning C4390 when `/W3` and `/DIMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS` are specified. Minimal repro commandline: ```batch cl /W3 -c *.cpp -DIMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS ``` This warning is triggered when `IMGUI_DEBUG_PRINTF` is defined as empty...