retsyo
retsyo
all the generated excel files under `.\libexcel\tests` can not be opened by https://www.wps.com/office-free, but can be opened by LibreOffice though. So there may be not an issue related to libexcel....
so that we can do the knot as https://cdn.rouding.com/imagesrc-s/jpg/201402-11-436299890-t.jpg . but obviously it is hard to find character to write the rule well, a solution can divide this knot to...
can we get a Blender (www.blender.org) version? Thanks as for Blender, there is still freestyle, but it is mainly for line style (https://docs.blender.org/manual/en/dev/render/freestyle/introduction.html) thanks
currently mdSilo can render markdown text as mindmap diagram in a seperated window. is it possible to embed mindmap diagram directly in markdown text? thanks
It is common to write formula in title in scientific papers, so it could be nice if formula can be rendered in MindMap Editor/export. In https://markmap.js.org/repl formula does not display...
Actually, I made this feature request many years ago: https://github.com/marktext/marktext/issues/1827 but which is closed due to lack of interesting from developer, however it seems that some users look forward to...
One of my old project use wnim for gui, winim for using .NET DLLS. And the compiled command-line is ``` nim c -d:release --opt:size -d:quick --opt:size --passL:-s --passc:-flto -r myapp.nim...
fix this issue ``` wNim\private\wResizer.nim(178, 33) Error: ambiguous identifier: 'wResizable' -- use one of the following: wTypes.wResizable: wResizable wnim.wResizable: ```
In the [wxPython code](https://www.geeksforgeeks.org/wxpython-change-background-colour-of-button/), `self.btn.SetBackgroundColour((255, 230, 200, 255))` makes a yellow button  Then I try to `setBackgroundColor` to button in wNim ```nim import winim import wnim let...
for the following code, I think if I use `let app = App(wSystemDpiAware)`, then all controls including the texts on them should zoom according to DPI. but obvoiusly, according to...