Edwin van Leeuwen
Edwin van Leeuwen
Sorry for the belated reply. I am afraid easymeshed is deprecated for [painlessMeshListener](https://gitlab.com/BlackEdder/painlessMeshListener). The main difference between the two is that painlessMeshListener works as a server (the mesh needs to...
I am currently not planning on adding new features, but pull requests are welcome. The best way to make an animation currently is to either use the gtk frontend and...
It uses some of the features quite extensively and you might have most luck with making a cairo compatible interface for the custom renderer (especially cairo context). You can get...
Legends are inferred from the colour names, i.e. ```D #!/usr/bin/env dub /+ dub.sdl: name "myscript" dependency "ggplotd" version="~>1.1.3" +/ import std.algorithm : map; import std.math : sin, cos; import std.typecons...
For me this is still working. Which dlang and dub versions are you using?
Sorry for the delay, but I just tested with the newest dmd: http://downloads.dlang.org/releases/2.x/2.084.0/dmd_2.084.0-0_amd64.deb and it is working fine for me. This strongly suggest it is a gdc bug. You could...
This looks more like an error with cairod and/or windows-headers. Would you mind testing whether you can install those packages on their own successfully?
I assume you mean a "background grid" that highlights the values. Currently this is not supported, but it is a good suggestion.
Currently this is not directly supported. You can do it though by setting the offset of the axes far below/above the plotted range. Am planning to add a cleaner way...
I have been unable to reproduce this. From your description I assume it happens only very rarely? The tests that use random inputs can fail due to weird corner cases....