Paul Frischknecht
Paul Frischknecht
PDFSAM looks nice on a high dpi display, except for the icons on the top left and left side which are blurred/interpolated:  It would be nice if those would...
Considering the power of the tunnel that chisel creates (it gives access to *all* localhost ports by default, without authentication!) it would be prudent to force users to supply some...
It is not difficult to extend this to support setting a breakpoint in all threads of the process and to support 64 bit processes.
``` x = await 1 ``` should just work, like it does in the chrome dev console and `node --experimental-repl-await`. For interactive use especially, this is much more convenient. ```...
I find it sometimes more convenient to work with my data and inspect it in the chrome devtools. Especially the tree-view of nested objects is unbeatable. It would of course...
Calling these files auto-save.sublime-menu and auto-save.sublime-commands makes the auto-save commands appear in the command palette in ST3 even when the package is installed by simply cloning the git repository folder...
I have some executable files in my drive which google thinks contain a virus. I want to download these files like any others. Right now, I cannot copy these files...
Compiling with vs15 requires adding the library legacy_stdio_definitions.lib, otherwise the linker does not find _vsnwprintf. Maybe this should be mentioned somewhere.
I tried running this on a labtop. Some voxel blocks flash upfor a few frames, then the display driver crashes and the application enters the `while(1);` tracking lost loop (which...
The instructions for this guide mention compiling with ./mvnw, but that script is not included. The thing was not built with spring initializr...