Lukas
Lukas
I guess what happened was, when the type hints were [first added in the new line 921](https://github.com/pyannote/pyannote-core/commit/138027339c6d5158f456965d976929be0c9f9abd#diff-51f1989eb15d76486ba6b5a7d797e6ba09e9aea1c15039e425e9f966e18faba7), it was first though of as a Generator with `Generator[Label, None, None]`, which...
I added an implementation of this feature as a PR in #8285
tldr: The check for the translation strings fails, as there are modified files that do not have all strings from the reference file (`messages_en_GB.properties`). This only fails here and not...
I noticed, that the "undo memory" does not capture changes to the title and page fields directly, because these do not trigger the `saveBookmarkState()` variable update. This might confuse some...
### New Changes (add redo, full forward and backward history of changes) - keep track of full history of changes in forward and backward direction - use JSON patches to...