Jean Abou Samra
Jean Abou Samra
We're debugging a GC issue in GNU LilyPond, which uses the Scheme interpreter GNU Guile, which uses BDWGC for memory management. Link: https://gitlab.com/lilypond/lilypond/-/issues/6361 In summary: it's a segfault, it only...
### Describe the bug The MyST documentation states that the `[...](...)` syntax is a superset of the `any` role. Yet, `[...](...)` does not appear to work for referring to section...
The CI run https://github.com/pygments/pygments/runs/7368863507?check_suite_focus=true timed out in `test_random_input` for `SquidConfLexer`. The offending regex is very likely ```python ip_re = ( r'(?:(?:(?:[3-9]\d?|2(?:5[0-5]|[0-4]?\d)?|1\d{0,2}|0x0*[0-9a-f]{1,2}|' r'0+[1-3]?[0-7]{0,2})(?:\.(?:[3-9]\d?|2(?:5[0-5]|[0-4]?\d)?|1\d{0,2}|' r'0x0*[0-9a-f]{1,2}|0+[1-3]?[0-7]{0,2})){3})|(?!.*::.*::)(?:(?!:)|' r':(?=:))(?:[0-9a-f]{0,4}(?:(?
There is now https://pygments.org/styles/, which not only lists styles but shows how they look on an example. Also update the number of languages Pygments supports.
To print a better message if pytest is not installed. Fixes #2234 @birkenfeld
Hi! Suppose that I am trying to optimize a tool and I want to have a precise view of the performance impact of a given change. I can use hyperfine...
When translating documentation via PO files, indirect links like ``` paragraph [indirect link text][target] ... [target]: https://example.com ``` don't work. The markup seems ignored. Here is a minimal reproducer: [myst-bug.zip](https://github.com/executablebooks/MyST-Parser/files/10494495/myst-bug.zip)....
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? When using an `environment.yml` file containing dependency...
## Details * Read the Docs project URL: https://readthedocs.org/projects/rtd-redirects-test/ * Read the Docs username (if applicable): https://readthedocs.org/profiles/jeanas/ ## Expected Result When prefix redirects are in use, they do not prevent...
``` ~/tmp/hatch-example $ tree . . ├── pyproject.toml └── subdir 2 directories, 1 file ~/tmp/hatch-example $ cat pyproject.toml [project] name = "foo" version = "0" ~/tmp/hatch-example $ cd subdir/ ~/tmp/hatch-example/subdir...