Elliott Sales de Andrade

Results 144 issues of Elliott Sales de Andrade

In 3.4.0, the docs for some `Axes` methods (`pick`, `pickable`, `get_picker`, `set_picker`, `get_contains`, `set_contains`) were removed. This is because the docs are inherited from the `Artist` methods. Sphinx automatically switches...

We don't have general comments on the blog, but we do have Discourse. Discourse has a [way of embedding itself as comments](https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963). I did not look much more than that...

When I run `pytest -ra path/to/flaky/tests`, I expect rerun tests to be listed, but they aren't. I would this is because 'R' is not something that pytest know about. This...

**Describe the issue**: This is due to using the removed `configparser.SafeConfigParser`: ``` Traceback (most recent call last): File "/usr/lib/rpm/redhat/pyproject_buildrequires.py", line 555, in main generate_requires( File "/usr/lib/rpm/redhat/pyproject_buildrequires.py", line 451, in generate_requires...

**Is your feature request related to a problem? Please describe.** The droplet agent package requires cron, and installs files in `/etc/cron.*` but I otherwise have no other need for cron....

It is currently Thu 17 Feb 2022 08:06:04 PM EST; which in UTC is Fri 18 Feb 2022 01:06:46 AM. Whether `test_calver_by_date` confuses time zones, or whether it adds some...

When loading https://central.scipy.org/, you get an error message: SSL peer has no certificate for the requested DNS name. (Error code: ssl_error_unrecognized_name_alert) which seems to indicate that the server is running...

enhancement
prio-low

For example, if I go to [llvm](https://apps.fedoraproject.org/packages/llvm/), click the Contents tab, then the dropdown only lists rawhide. This is especially troublesome on something like [llvm33](https://apps.fedoraproject.org/packages/llvm33) because it is _not built...

1. [Start here](https://apps.fedoraproject.org/packages/) 2. Enter 'mesa' and click Search. 3. Enter 'x11' and click Search. 4. Press Back. URL changes to [the previous search](https://apps.fedoraproject.org/packages/s/mesa), but results remain on x11. Firefox...

EasyFix

List comprehensions no longer get their own scope [1], so adding a level to the (eventual) call to `sys._getframe` goes outside the actual caller. If running in `pytest` (so that...

Testing
Stale
Python 3.12