Sylvester Keil

Results 534 comments of Sylvester Keil

Virus Total also doesn't object to the file. I assume it's a false positive, but if you are concerned I'd recommend to report the file to McAfee for clarification.

Do you mean the x64 version works fine on your Apple Silicon Mac, but the arm64 version crashes? We've seen issues where restarting the arm64 version after previously running the...

Thanks for opening this issue! The full-text search in Tropy uses SQLite's FTS extension, which, unfortunately does not support word segmentation for CJK letters by default. I've looked into this...

@asano6xA0 thanks! I think your summary is absolutely correct. We definitely want use a custom tokenizer going forward, most likely the one used by Signal. To use the `trigram` tokenizer...

You should be able to load extensions (that requires a custom build of course) -- at least I think that option is already enabled in our build. You can see...

Awesome, this great work @asano6xA0 ! To bundle this with Tropy my preference would definitely be to use static linking to bundle the extension with the SQLite built shipped with...

It's an issue with the dynamically linked system libraries used by the bundled libvips build. Do you have Flatpak installed? The easiest solution is probably to install the flatpak version....

Oh, I missed `formatRange`, that's a good point! Since the formatting is not part of the EDTF spec the current implementation was just a quick stab at getting some reasonable...

Intervals can't be nested, but you could use an interval with an uncertain or approximate start. For example, `1900?/1975` -- of course this is less precise than limiting the uncertainty...

All the global/menu key mappings are defined [here](https://github.com/tropy/tropy/blob/main/res/menu/app.en.yml) and [here](https://github.com/tropy/tropy/blob/main/res/menu/context.en.yml). And there are also a number of component-specific mappings [here](https://github.com/tropy/tropy/blob/main/res/keymaps/renderer.en.yml) (these work only when the corresponding component has keyboard focus)....