Matthew Peveler
Matthew Peveler
Looking further into this, the root issue seems to be that the bundler breaks compiling the `duckdb-eh.js` binding into the actual `duckdb-browser-eh.worker.js`. From the map file, the `duckdb-eh.js` lines of...
The documentation site was never actually setup and has been broken since this repo has existed, same as the homepage link.
This is happening as 0.6.0 now passes unused arguments down to pylint. You've got a typo in the use of the `--rcfile` option where: 1. You're missing a hyphen to...
Do other python packages that have executables install alright and are usable via CLI? I'm using the standard `console_scripts` entrypoint in the setup.py so not sure why it would not...
I suspect the only real solution is to not allow the "Set Last Read" option on ignored posts if the secondary index is not available as there's no way to...
It's actually https://github.com/2fast2fourier/something.apk/blob/master/Something/src/main/java/net/fastfourier/something/request/ThreadPageRequest.java#L202 that's the issue as this element doesn't appear on ignored users. However, I changed this since you couldn't filter by user using user_jump only as it doesn't...
Looking at this, I think the best possible course of action would be: 1. Check "userinfo" class to see if it contains a user-id. 2. If fail, check for profilelinks...
The Ubuntu 24.04 release has a number of issues currently that they don't really recommend anyone upgrade to it yet from 22.04 (you have to use the `devel` flag to...
I think that `self.stream` should only be closed as part of `__exit__` if it was created as part of `__init__`. If a user passes in a stream to `PdfReader`, then...
Could you provide an example migration where you're hitting an issue?