Brecht Machiels

Results 214 comments of Brecht Machiels

- `src/rinoh/paragraph.py`: I agree that this method should be split up. However, the __process_groups_ method takes a lot of arguments and then returns some of them (updated), which I'm not...

The default book template configuration is set to start chapters on odd (right-hand) pages, inserting blank pages when necessary. The easiest way to achieve your goal is to use the...

I assumed this could be fixed by setting the _page_break_ property on the _table of contents section_ style, but this doesn't to have the expect result. This might be a...

Font packages for rinohtype could be data-only brechtm/rinoh-typeface-texgyreheros#1

These are from https://www.python.org/ftp/python/3.12.7/python-3.12.7-amd64.exe BTW, only vcruntime140.dll needs to be moved/renamed. vcruntime140_1.dll can be left alone.

I have these installed (`py --list` output): ``` -V:3.13-arm64 * Python 3.13 (ARM64) -V:3.12 Python 3.12 (64-bit) -V:3.12-32 Python 3.12 (32-bit) ``` None of these are in PATH. The error...

I'm glad you were able to work around the issue, but of course this assert is in place for a reason: this is definitely a bug. I was refactoring the...

I'm failing to reproduce this. See: - https://github.com/brechtm/rinohtype/tree/master/tests_regression/sphinx/test-pyref - https://github.com/brechtm/rinohtype/blob/master/tests_regression/sphinx/pyref.pdf Are the links working in HTML output? Again, I'd like to stress the importance of source files that reproduce the...

> I propose that we follow symlinks all the time for both wheel and sdist builds. Meaning that the file and directory targets of symlinks will be copied into the...

I tried `SERPER_API_KEY` instead, but this reports the same error, _No results found for this search query_. I can see the API calls in the Serper activity log, however. Any...