Peter Suter
Peter Suter
## Summary The mitsuba 3.0.1 stub file contains invalid syntax. ## System configuration - mypy version: 0.971 - Python version: 3.9 - Mitsuba 3 version: 3.0.1 ## Description The mitsuba...
Using the latest alabaster theme 0.7.12 and Sphinx 3.1.1 there seems to be no margin between items (classes, functions, etc.) at all, which looks quite confusing. Adding a margin would...
**Describe the bug** The sidebar does not expand when the ToC depth is limited. **To Reproduce** Steps to reproduce the behavior: * `sphinx-quickstart` and select all defaults (Alabaster theme) *...
`pydicom.dcmread('x.dcm')` never returns. ImageJ can open the file. Using `pydicom.config.debug(True)` I noticed the problem seems to be the length of the Pixel Data field: ``` 00156cac: e0 7f 10 00...
I tried running python-modernize on Windows on source files that use Unix line separators. This changed them over to Windows line separators. That's not very helpful. A diff now shows...
It would sometimes be very useful to show not only the matching line ("Text" column, "Context" Radiobutton) but also additional contextual lines before / after the matching line, similar to...
f-strings support syntax highlighting e.g. in f"{a+b}". fr-string (raw format strings) should have the same syntax highlighting for example: fr"{a+b}\b" should look similar to the example above. https://github.com/microsoft/vscode-python/issues/19694
Is there a way to use the [cloud-eval](https://lichess.org/api#operation/apiCloudEval) endpoint?
### What did you do? * Download example EMF file `test_libuemf_ref.emf` from https://bugs.documentfoundation.org/attachment.cgi?id=135791 (via https://bugs.documentfoundation.org/show_bug.cgi?id=55058) * Run: ```python import PIL.Image with PIL.Image.open("test_libuemf_ref.emf") as im: im.save("out.png") ``` ### What did you...
Hi, Example file: https://github.com/sondrele/rust-bmp/raw/master/test/bmpsuite-2.5/g/pal8gs.bmp Such grayscale images are now loaded as RGB: ``` >>> import imageio >>> imageio.imread("pal8gs.bmp").shape (64, 127, 3) >>> imageio.__version__ '2.31.1' ``` They used to be loaded...