Johannes Baiter

Results 155 comments of Johannes Baiter

I think we're running into this: > If value’s length is greater than 128, then return false. https://fetch.spec.whatwg.org/#cors-safelisted-request-header `Accept` headers are usually safe and don't trigger a preflight request, except...

I'm pretty sure it's Level 1 only, since the code that handles search predates Content Search v2 quite a bit. Edit: Just tried it out with a Manifest that has...

Please use the latest stable version of Mirador (https://github.com/ProjectMirador/mirador/releases/tag/v3.3.0), the current `main` branch uses React 17, which is not compatible with the plugin at the moment When a new stable...

Well, the latest "official" version is usually the latest release, i.e. the current "stable" version. The `master`/`main` branch of a repository is generally agreed to be the latest "bleeding edge"...

Thanks for reporting, I started working on improved Hebrew support a few months ago, but then I got sidetracked with other stuff and now I'm on parental leave until autumn,...

You are using Chrome or another WebKit based browser like Safari, correct? In the current branch Hebrew only works with Firefox. I'm currently working on getting it to run with...

Nope, and I'm a bit wary of creating one tbh 😅 MiniOCR as of now is primarily intended as an internal format of the plugin, since it's pretty much tailored...

Thank you for the detailed bug report, this should be enough to pinpoint the cause of the bug and hopefully find a fix, will report once I've gotten around to...

So I just tried to reproduce the issue with the example document from the OP, but it indexes just fine for me :thinking: Can you share the file that causes...

Thank you! I'll try setting up a windows environment to reproduce and hopefully fix the issue, might take a bit, though 😬