Felix Schwarz

Results 98 comments of Felix Schwarz

Thank you for improving my PR. I'll create a PR for requests-file, just give me a few days. In CI there was a test failure related to mamba on Windows....

I just checked again and the problem is this: requests_file uses `urlparse()` on the URL and checks that `.netloc` is either `None` or `"localhost"`. On Windows `url_parts = urlparse('file://C:/Users/FOO/AppData/Local/Temp/pytest-of-FOO/pytest-7/test_it_installs_packages_from0/repo/six/')` the...

sounds like a configuration setting with the remote server.

> Apart from forking Zeep, which I don't want to do, there is no recourse but to wait it out which is very counterproductive. > > Recommend updating Zeep's dependencies...

Can you provide us with a code snippet that demonstrates the problem?

Just a random Python developer: I always loved docopt but was worried due to the lack of updates. I considered switching away from docopt but now that I found this...

Just a comment from a complete outsider and maybe just personal preference but I think it would be good to add a comment in the code (basically the same as...

There seems to be a python3-only fork which should support more recent versions: https://github.com/disko/dictalchemy3/

> I also think it would be a great idea to release and push current revision as v0.9.1. May I suggest 0.10.0? (because a new release from master will remove...

I basically know next to nothing about the WeasyPrint code but the change looks good to me.