David Fischer

Results 95 comments of David Fischer

Ya, that sounds right. I'm surprised anybody actually uses this code!

Feel free to snoop around! I'm happy people are looking at it. I love feedback and I'm interested to see what you create.

Perhaps this could go in the action bar instead of the drawer.

I think @jonparrott's suggestion of simply documenting that the specified timeout + retries still must respect the overall request deadline is fine.

I actually view this as a positive. I do think there's a few things to think about: 1. Should we make our theme work with old Sphinx versions that include...

> It's then just be a matter of including jQuery for old Sphinx versions, but this should not affect us. We won't even need to do this! Sphinx handles this...

> I don't have a version of sphinx_rtd_theme defined in requirements so it should be using the latest version, right? Until https://github.com/rtfd/readthedocs.org/pull/4096 is merged, you are not using the latest...

As the code is currently written, requirements-parser will not match local requirements which aren't specified with `file://` or with `#egg=`. The reason for this is that it is impossible to...

I appreciate your understanding. I realize simply saying "it won't work" is somewhat unreasonable. I'm open to suggestion if you have a good idea.

@stuaxo sounds interesting. What exactly are you doing? It sounds interesting. I assume that pip properly handles ./, ../ and such. However, this library is intended to parse arbitrary requirements.txt...