Ben Burrill
Ben Burrill
I wanted to make use of the built-in camera in glslViewer for a ray-marching fragment shader. The way I was doing things the camera acted strangely, so I tried upgrading...
**Feature description** As pointed out in a similar feature request (#56), you can do intents with `am`. However, I don't think there's any way to get the returned result of...
There should probably be a function for getting the bin dir of a virtual env, but this is not included in this commit for brevity. Edit: Looks like this is...
This change fixes a problem where Vim 7.3 would exit with a non-zero code when `g:SuperTabClosePreviewOnPopupClose` is 1. I see no reason why `b:supertab_close_preview` should be unlet silently if it...
I'm on Fedora 32 (kernel 5.6.19-300.fc32.x86_64). When I try running ssh through vpnns, I get the following message: ```sh $ vpnns --name vpnname -- ssh user@hostname Bad owner or permissions...
This proposal in my mind seems to trying to work around an issue that shouldn't exist in the first place. Although there may be some small risk of backwards incompatibility,...
Instead of simply appending to the `PATH`, this ocaml installer decided that it would be a good idea to completely overwrite it, setting it to the value `C:\Users\[me]\AppData\Roaming\OCaml\bin`. This broke...
Sometimes in order to get the desired control flow, it is necessary to introduce ancillary variables in Halt is Defeat that would not be needed in Sphinx. For example: ```...
Currently, preempt can be used in defeat functions, but this is a quirky feature that is not really an ideal fit for its intended purpose in recursive algorithms (like the...