Simon K

Results 9 comments of Simon K

Hi, I submitted the "bug"/"non-bug" report. On the general point: for me as a user, pagination is a make-or-break feature. It is much, much easier to read (easier on the...

Incidentally, if there's a feature that's available in the app, then even if it is not turned on by default, it seems fair enough to call a problem with that...

I am also having this issue. I think Tesseract seems to deliver a spurious character on the end of the relevant 'image not available'. I adjusted the code in `storeImages.pageEmpty`...

I am seeing this error too. In `_proxy_generator.py`, the `self._session` object is an `httpx.Client`, and the `cookies` property on this client is a special `Cookies` store provided by `httpx`. According...

Hi, I see the error whenever a captcha is found. So for me, I have a program which invokes scholarly to try to get some abstracts from Google. After about...

I also had a problem here, the functionality to paste to the clipboard just doesn't work for me on KDE Plasma running Ubuntu. It turns out, though, that you can...

I think perhaps this isn't a bug after all. According to the HTML 5 spec, any string values are permitted as values for HTML attributes, so the apostrophe should perhaps...

We also have an app that is experiencing performance issues to do with xpath selects using this library. We're dealing with ~10-60 Mb files, with a fairly complex node structure....

thanks @JLRishe, we are using `@xmldom/xmldom`, so I will bear that in mind, though perhaps won't rush to try it after @nick-hunter's experience.