John Colvin
                                            John Colvin
                                        
                                    v = "0.6".to!double; writefln!"%x"(*cast(ulong*)&v); I think the correct answer is `3fe3333333333333`, which is what we get on dmd and ldc on x86_64, but ldc on aarch64 (macos) gives `3fe3333333333334` `"1234567.89"`...
Some flags are always additive (e.g. sourcePaths) and some override (e.g. targetType). Unfortunately that means that you can't define a configuration that doesn't include the global `sourcePaths`, which is particularly...
It can get pretty confusing to read the output when the expected & got values are multi-line. I'm not sure entirely what would be best to solve this, but maybe...
it's trying `__traits(compiles` on `text_`, which isn't a template in it's own right, so if you've got to the check then it must pass. Also `text_` can end up not...
The build is a bit of a mess, very much in a "works on my machine" state. But that's not why I'm sharing, why I'm sharing is because it shows...
Unicode in titles and labels doesn't appear to be handled correctly. In my case (using the gtk version), they are simply not displayed.
When I resize the window for a decent sized heat map (e.g. 1000 x 50) it is very slow to render and causes a lot of CPU activity in the...
It would be cool if it was possible to plot a range of co-ordinates where the element type was a tuple of x and y. I can't see any easy...
Glamour's texture classes don't provide a wrapper for glTexParameterfv, glTexParameteriv, glTexParameterIiv, or glTexParameterIuiv.
e.g. `URL("http://www.google.com")` compiles but very much does not do what it looks like.