John Colvin

Results 77 comments of John Colvin
trafficstars

If `text_` doesn't compile, then the whole `convertToString` template cannot be instantiated. The pattern is essentially this: ``` template A(T) { void foo() { potentiallyBad!T(); } static if (__traits(compiles, foo()))...

For example, you would have to directly use glTexParameterfv to set GL_TEXTURE_BORDER_COLOR

`%load_ext vimception` doesn't work for me with ipython 3. Javascript error adding output! ReferenceError: Cell is not defined See your browser Javascript console for more details. Javascript error adding output!...

https://issues.dlang.org/show_bug.cgi?id=20056

That would be great. It's a bit difficult to recommend people to use a project that doesn't have API docs!

It has the exact chosen versions of packages in it. It's apparently useful, all I ever see is it breaking stuff. Rule of thumb: if you don't know you need...

Yes, that does prevent a pyd extension being a dependency in dub, but that isn't the important usa-case really. What is more important is being able to build the extension...

my mistake. `doFormat` never had any tests \:o

a minimal fix is in https://github.com/dlang/undeaD/pull/15

#15 is now merged, but that's a very minimal unittest for such a lot of code.