drug007
drug007
How tightly ggplotd is integrated with cairo? Could you give some advice where to start to implement custom renderer?
SDL2 and GLFW provide predefined system cursor like: - arrow - i-beam - wait - crosshair - ... Does simpledisplay provide something like this?
The following code: ```D class CustomWidget : ListWidget { this(string ID = null) { super(ID); styleId = STYLE_EDIT_BOX; import dlangui.widgets.lists; WidgetListAdapter adapter = new WidgetListAdapter(); { auto tree = new...
Current version of TreeWidget demands adding data to widget itself. This is insufficient for large datasets due to doubling data etc. A probable way is create ModelWidget that hides access...
because a source library can't be built at all reggae skips that config but then reggae returns the default config and it doesn't exist so the range violation [happens](https://github.com/atilaneves/reggae/blob/113658315a88f528a1cdb398cfc4bd03f0c0c15d/src/reggae/dub/interop/package.d#L119).
I run `reggae` in dir with cmake project and there is conflict between `build` dir, where cmake builds and `build` file generated by `reggae`. Using `build` name looks to be...
I build several file in `--single` mode` using: ``` dub build --single path/to/file ``` but I failed to use reggae to build them, could you help?
mir-glas has depedency on mir-algorithm: "mir-algorithm" : ">=0.6.9
with `dub run grain --config=example-mnist -b=release -v` I get: ``` ... Package mir-random contains invalid dependency mir-math (no version candidates) (ci=8) Package mir-random contains invalid dependency mir-math (no version candidates)...
What shoul I do to install it?