John Colvin

Results 68 issues of John Colvin

I've been having problems with the dfmt integration for indentation. There are two problems with it: 1) it doesn't integrate well with vim indentation settings (I guess this is just...

Don't know where/how to document this, but it is important because it's what causes the test suite to fail on OS X. OS X has deprecated OpenSSL and hasn't upgraded...

"Salted Hased Password Library for D" should be "Salted Hashed Password Library for D"

You would need to log in to travis-ci.org and enable builds for this repository. You might not see it start building anything at all at first, it needs a new...

I want to find the difference between two json files of unknown structure, showing which entries have been added, changed and removed. `asdf.transform.AsdfNode` has `added` and `removed` and that's part...

E.g. if my xcode project - using modules, which is the default now - I have a C file containing the following: ``` #define CGLM_FORCE_DEPTH_ZERO_TO_ONE 1 #define CGLM_FORCE_LEFT_HANDED 1 #include...

help wanted
feedback wanted

The xcode "Issue navigator" pre-emptively finds problems in the whole project - without me manually running a build - then lets me click on one of those problems and get...

enhancement

E.g. is there any way to avoid the gaps in the background for `if`, `return` & `nullptr` while still being able to style them in general? It would be manageable...