Joshua Bronson
Joshua Bronson
@4044ever Glad to hear that the Amazon S3 invite page was unblocked for you in China! I'm sure the team is aware that the invite page may not always be...
@laosb As mentioned it looks like Airdrop is end-to-end encrypted (so still secure even if it's over Bluetooth). And plenty of high-quality [free software](https://github.com/tesseract-ocr/tesseract) [OCR libraries](https://github.com/gali8/Tesseract-OCR-iOS) (not to mention [cloud...
I just reported https://github.com/thisch/pytest-sphinx/issues/60. Is that related?
pip list also shows editable install locations (if any) as compared to pip freeze.
(see https://github.com/pytest-dev/pytest/issues/4274#issuecomment-435615371)
The `doctest_namespace` workaround works in some cases, but not all. For example, if you try to reference an injected variable from a `:skipif:`, you get a `NameError`. ```python # conftest.py...
Hi @thisch, just found my way to this issue and am wondering about the status. I'm specifically interested in "skipif" support for `.. doctest`. I see this issue is still...
Just hit [a related issue](https://github.com/thisch/pytest-sphinx/issues/5#issuecomment-1370494752) combining the recommended workaround for #5 with the current :skipif: support. Mentioning here in case it's worth adding an associated checkbox to this issue's description.
Sorry to see this issue stalled for so long, this would be such a huge improvement!! Even if just the "half-measure" above were added. @AnIrishDuck, looks like your PR was...
Just applied the changes from https://github.com/mitsuhiko/werkzeug/pull/206/files to Werkzeug manually and it looks like flask-mako needs no further modification for this to work, amazing! In that case, if my comment https://github.com/mitsuhiko/werkzeug/pull/206#issuecomment-150024212...