Peter Suter
Peter Suter
`improps()` seems (in theory) like a very cool addition to the v3 API. 🚀 Improving the docs on this would be great: * [improps](https://imageio.readthedocs.io/en/stable/_autosummary/imageio.v3.improps.html) should link to [ImageProperties](https://imageio.readthedocs.io/en/stable/_autosummary/imageio.core.v3_plugin_api.ImageProperties.html) and vice...
Using e.g. `improps()` with the simpleitk plugin gives: ``` RuntimeError: The itk plugin does not support meta data, currently. ``` Would be great to implement that. Probably using something like...
pgsanity 0.2.9 ecpg 10.1 Python 2.7.13 Windows 10 `echo select column1 alias2 asdf from table3>example.sql` When I run `pgsanity example.sql` I get `Try "ecpg --help" for more information.`. (Running `ecpg...
`json -I` changes all Windows line endings (CRLF) to Unix line endings (LF). Would be nice if it would instead preserve the line endings.
`jsonlint -i` changes all Windows line endings (CRLF) to Unix line endings (LF). Would be nice if it would instead preserve the line endings.
Could a `--schema-pointer ` parameter be added to `json-validate`? I would like to validate various similar JSON file with just one schema file containing various related schema definitions. Example: -...
When using the `item-matrix` to produce HTML, and one target item has multiple source items, each source is on its own line. But when generating latex / a PDF, these...
### Description `WriteableBitmap` can not exceed 4 GB I think (`WriteableBitmap` constructor fails) but even for sizes below 4 GB (but above 2GB) there are overflow exceptions in `WriteableBitmap.WritePixels`, even...
### Description Use a ShaderEffect similar to the [example from the API docs](https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.effects.shadereffect). Use it on a large visual (e.g. a large rectangle or image.) Problem: Not the entire visual...
* Go to https://www.plantuml.com/plantuml/uml/ * Paste ```plantuml @startgantt Project starts the 2025-01-01 [XXX] starts 2025-01-01 and requires 100 days 2025-01-18 to 2025-03-31 are colored in red 2025-01-18 to 2025-03-31 are...