Robert Pösel

Results 50 comments of Robert Pösel

> This appears to be fixed by adding the following CSS snippet: > > ```css > .outliner-plugin-better-bullets .cm-formatting-list-ul { > margin-right: inherit; > } > > .outliner-plugin-better-bullets .list-bullet { >...

@xeor I'll try this when I have some time, but I wanted to point out that using the universal selector (the *) at the right side will cause worse performance....

Oh, if it's already defined by the Obsidian itself then my comment is irrelevant. Thanks for clarification.

@parkeraddison This is so far the best solution. @vslinko Could you use this change in the release, so this issue can be closed?

Could you write your issue in english? I don't understand it at this state.

I expect you just need to use correct traineddata files from https://github.com/tesseract-ocr/tessdata/tree/4.0.0 and then select that language when calling init(). Maybe there is more to properly configure it for Chinese,...

@LittleVulpix You can use "Project" for that checklist/status handling - https://github.com/miranda-ng/miranda-ng/projects , but I'm not sure if you have rights to do that (probably not).

Hi, thanks for the PR. I have some refactoring of the project in progress - specifically separating Leptonica and Tesseract as standalone projects/libraries to be consumed using prefab, but I...

This is unfortunately some strange issue of Jitpack, as I found it is happening randomly to other people too: https://github.com/jitpack/jitpack.io/issues/5973 (and also latest issues are full of reports or various...

It seems the rebuild helped and the 4.7.0 version is now available again. (and I just noticed I am responding to issue at Jitpack repository instead of Tesseract4Android one, oops)