Stephen Karl Larroque
Stephen Karl Larroque
Kivy is a python based cross platform graphical backend for mobile and desktop apps. It can compile to both Android and iOS. I would like to discuss this library as...
This PR fixes various issues: * arguments not being accounted (ie, cannot set `value` parameter). * the pixelation of transparent images (leaving an icon in the top left corner +...
Port to Python 3 (tested on Windows) + a few bufixes (remove global mlab, avoid exception on close) + update readme and show how to work with cell arrays. I...
## :ghost: Brief Description When a side panel is opened, such as the side navigation bar or the task bar or notes bar, pressing the Back button on the Android...
You should precise in the readme that your library doesn't require curses, which often other progress bar libraries require without mentioning it. This is especially important for non-Unix projects (curses...
If a string contains '\0', MATLAB will think the string terminates at this point, and it will output a weird error (but only when using `mlabraw`, else you will get...
This library is the only Python bridge to Matlab I know of that is capable of displaying GUI applications like SPM. Please add a note in the README!
On python 2.6, shlex fails miserably the unit test because it inserts null characters after each character of any command read from the Makefile: ``` >> assert ("hello world" in...
`tqdm_gui.write()` currently outputs text into the console. Maybe it should prints into the GUI, below the figure in a textbox that would autowrap and overflow (have scrollbars)? I googled a...
On small screens, the `r-input` component gets resized to a too small size to read. Strangely on iooxa.dev, the example `r-input` keeps its size, but I could not find any...