Elliott Sales de Andrade

Results 144 issues of Elliott Sales de Andrade

In pycairo 1.13, they appear to have added `Enum`s for various constants: https://pycairo.readthedocs.io/en/latest/reference/enums.html These do not appear supported by `cairocffi`, making it non-drop-in.

feature

**What happened**: It appears that in Python 3.11, more parts of async task-like classes must be implemented, but they are not in `distributed`. This seems to affect at least `Nanny`,...

asyncio

**What happened**: `make_current` and `clear_current` appear to be deprecated in Tornado 6.2, which causes errors in tests, since warnings are treated as errors. Though it's my mistake that I left...

Having recently built documentation for Matplotlib 3.5.3 with sphinx-gallery 0.11.0, I've found that the PDF output structure is a bit broken. For example, the `Plot types` section contains 4 section...

In `zmq.hpp`, `poller_t` is defined if `#if defined(ZMQ_BUILD_DRAFT_API) && defined(ZMQ_CPP11) && defined(ZMQ_HAVE_POLLER)`. In `tests/poller.cpp`, the code is wrapped in `#if defined(ZMQ_CPP11) && defined(ZMQ_BUILD_DRAFT_API)`. It seems the latter is missing the...

Area (build/compilation)

A variety of things to update and modernize the Meson setup. It would also be good to set a minimum Meson version in your `project` call, as there are other...

`assertEquals` was replaced by `assertEqual`, and the former has been deleted from Python 3.11.

I'd like it if gtm could follow the XDG spec on Linux for its user-wide files. That is, instead of `~/.git-time-metric/project.json`, use `~/.config/git-time-metric/project.json` (by default at least; there are a...

enhancement

I have added `/.gtm/` to `~/.config/git/ignore`, so I'd like to tell gtm to not update `.gitignore` so I don't have to clutter up every repo with it.

enhancement

### What happened? I'm updating builds for Fedora to 2022.06.0, and running tests, the process runs out of memory and is OOM-killed. Running all the steps manually, this gets to...

bug
needs triage