Kochise

Results 69 comments of Kochise

https://tex.stackexchange.com/questions/532916/can-i-trim-a-svg-in-latex-code

```python import re # Accept commented out includes #regex = re.compile('^\s*[\/\/|\/\*]*\s*#\s*include\s+["

Maybe something related to #460 ?

```batch Microsoft Windows [version 10.0.19042.1165] (c) Microsoft Corporation. Tous droits réservés. C:\Program Files\Spyder\Python>python --version Python 3.7.9 C:\Program Files\Spyder\Python>set HOMEDRIVE=C: HOMEPATH=\Users\dkoch LOCALAPPDATA=C:\Users\dkoch\AppData\Local ProgramData=C:\ProgramData ProgramFiles=C:\Program Files (x86) ProgramFiles(x86)=C:\Program Files (x86) ProgramW6432=C:\Program Files...

For reference, obviously someone else did experience a similar issue and made this : https://github.com/CabbageDevelopment/chdir

Yeah, it was about to have it locally (thumbnail explorer is more convenient). Or add an exhaustive gallery on the readthedocs.io page.

Pretty much "automated" translation without having to do a `gettext` by hand everywhere. Just like "theming" without having to change style by hand for every widget. What had you in...

Yet I'd like to do `MPLCanvas.set_size()` instead, because I only need to set it's size from time to time. I use the `MPLCanvas` to display a VNC connection and regarding...

![mplcanvas_resizing](https://user-images.githubusercontent.com/23077417/140496212-a6104fa0-bb0e-4001-99b9-7a0d64f5e690.gif)

The problem is even a `Container` is derived from `Widget` which doesn't support `.set_size()`. When I say I'd like to "resize" the canvas, it's only at the connection, then leave...