Christian Walther
Christian Walther
This adds an `id` parameter to the `import` module that allows selecting parts of an SVG to import, either single elements or whole groups (including layers). In particular, Inkscape layers...
# Bug report Running x86 and AMD64 builds of Python 3.11.0 (official binary releases) in emulation on Windows 11 on an ARM64 machine gives me ``` Python 3.11.0 (main, Oct...
# Bug report When running a script, `pdb` indiscriminately replaces `sys.path[0]`, which it assumes to be the path where `pdb` itself was found, with the path where the script was...
| Q | A | ---------------- | --- | Bug fix? | yes | New feature? | no | Breaking change? | no | Deprecations? | no | Tests added?...
In preparation for using the _embed_ port in a project, I am trying to enable more features in it than the minimalistic `examples/embedding` demonstrates. I am making good progress, however...
Next time the KI sources are modified and new PRPs need to be distributed (if ever), the opportunity could be taken to fix duplicate control tag IDs: - In GUI_District_KIMini,...
When MicroPython is used as a submodule and built using `make` from the containing project, e.g. following the [instructions](https://github.com/micropython/micropython/blob/master/examples/embedding/README.md#out-of-tree-build) for the _embed_ port, `make submodules` fails because it goes looking...