John Colvin
                                            John Colvin
                                        
                                    E.g. If I accidentally type "subconfigurations" instead of "subConfigurations", I get no warning, it's just silently ignored.
Perhaps I'm misunderstanding how things are supposed to work, but whenever I try to use go to definition (testing it on serve-d source) I get `d language server error: 'Attempted...
Implementations for packing and unpacking are currently special-cased for arrays of bytes and chars, but not for `void[]`, leading to errors when trying to handle them element at a time.
I get "Couldn't connect to server on handle" regularly, sometimes meaning I have to run dub many times in a row to successfully get all dependencies. Seen this on various...
I use ddox to generate docs that are then served statically by another system. It would be really useful if there was a ddox command that would copy the relevant...
I recognise this looks like an absolute monster diff, so I'll do my best to put in a lot of comments in here to explain motivations. Quite a lot of...
From 2.067 onwards, structs on the GC heap (with exception of in AAs until 2.068.0) will have their destructors called before being freed/collected. I suspect that this change is the...
Because not everyone using linenoise is using it from C/C++/ObjC