Martin Hejtmanek
Martin Hejtmanek
Hi guys, here is some info I collected during debugging to expand on what was already said: There is an extra code in editor rendering that makes `\n` into `\n\n`...
Here is a PR that fixes the issue https://github.com/ibash/react-hotkeys/pull/8
Not sure if the same issue, but most likely it is. I am using a rather complex combination but it seems it is a superset of what you have. I...
Sadly, over a year and nobody appears to know what the best practice is and why. At least I have some additional information for potential newcomers and for future reference...
@weeebdev the exception doesn't fire in newer version of the editor, anyway, we have these workarounds * make custom block `contenteditable=false` * make custom block CSS `user-select: none` * wrap...
Check this out https://github.com/chaoskyme/Tesseract-OCR-iOS/issues/3
Hi, any progress on this? Is it now waiting for iOS or Android? The latest for iOS based on Gali8 (with tess 4.1.0) can is here if you need it:...
Hi, if anyone needs workaround until there is a newer version of `date-fns-tz`, the workaround is to add v2 explicitly to your root `package.json` `"date-fns": "2.30.0",` The problem is caused...
Hi @scubess @chaoskyme and future visitors The problem above and one more similar can be resolved by adding `--without-libwebp --without-libopenjpeg` to the `../configure` call for the Leptonica library in `makefile`...