Mathieu Dhondt

Results 24 comments of Mathieu Dhondt

For anyone who ran into a similar issue, it's better to patch the function the decorator is calling instead of trying to mock the decorator itself. See my [SO answer...

@isaring: you can convert your markdown yourself using the html5lib parser and use markdownify.MarkdownConverter to convert your html (see https://replit.com/@mathieud/DependentThinDowngrade#main.py). ``` import bs4 from markdownify import markdownify, MarkdownConverter assert bs4.__version__...

I fixed it by * Right clicking on the Omnivore extension * Selecting "Manage Extension" * Clicking the three dots in the extension options screen and selecting "Options" ![image](https://github.com/omnivore-app/omnivore/assets/42320/2b3708a1-0860-4368-adad-44fa8a8b14f5) *...

Fixed it by using `httpx.get` to get the document instead of `fetch_url`.