Bernhard Liebl

Results 28 comments of Bernhard Liebl

I actually had a similar issue with a Wacom Tablet on Manjaro/Gnome recently. After going to *Environment Setting*, enabling *pen tablet*, and playing around with the button settings (and clicking...

I'm also experiencing this.

In the last PR this thing was implemented as `limit_bbox` parameter to `GridDistortion`, now it's a new class `NormalizedGridDistortion`. I'm not really sure which approach is better. I ended up...

Another report for Apple M1. Running in Rosetta2 works fine for me. Installing natively fails due to PyQtWebEngine, which cannot be installed either via pip (`_in_process.py: Unable to find file...

> > extreme cases where one would want to override the whole package scan logic (which I need to do right now) > > Can you elaborate? The industry rightfully...

> Since you're familiar with the issue, what is your opinion of the [proposed override using `__pdoc__` dict](https://github.com/pdoc3/pdoc/issues/99#issuecomment-524600606): > > ```python > __pdoc__ = {"some.package.module": False} # Skips some.package.module and...

I need to think about this and currently I have no time to work on this. Thanks for the use case though, this seems a sensible requirement to configure this...

That's a good question, I should add some info the the README. I haven't tried compiling this for mobile platforms yet. In theory, it should work on Android, i.e. I...

Oh gosh, this is gorgeous.

@elimintz Replacing `demjson` with `demjson3` indeed fixes the issue for me. Also see PR.