Elliott Sales de Andrade

Results 218 issues of Elliott Sales de Andrade

### Bug summary For example, if you modify the `stairs_demo.py` example as below, it will cause an exception at runtime. ### Code for reproduction ```patch diff --git a/examples/lines_bars_and_markers/stairs_demo.py b/examples/lines_bars_and_markers/stairs_demo.py index...

topic: mplot3d

The [raw `Picture::load` overload](https://thorvg.github.io/thorvg/html/classtvg_1_1Picture.html#a1fdf75092cebaa7cde48d6a7d4946368) takes a `uint32_t *data` described as "A pointer to a memory location where the content of the picture raw data is stored." However, that page does...

question/idea
image

Using `exec` and `globals` can sometimes obscure what code is doing. The last commit also fixes bug 13347.

Code Quality

These methods have supported tuples to mean "any of the prefixes / suffixes" since Python 2.5, which can greatly simplify a bunch of `or`'d conditions.

Code Quality

Added in Python 3.4/3.5, so should be fine.

Code Quality

#### Problem description This was added in #519: https://github.com/zarr-developers/numcodecs/blob/696e58253494f4ffb21f4d3ca30e298b22c1c929/numcodecs/zstd.pyx#L261-L277 However, as of Python 3.11, using `classmethod` on `property` was deprecated, and has been removed in Python 3.13: https://docs.python.org/3.13/library/functions.html#classmethod > Deprecated...

This property is only used in `pkgconfig.generate`, and `external_project.dependency`, not elsewhere. By avoiding this evaluation, it fixes an exception if using `import` in the `version` argument of `project`. Fixes #5134...

I tried to update a review after my Bugzilla API key expired. This failed with an inscrutable error message: ``` $ fbrnch create-review -S python-sphinx-autoapi.spec checking for existing reviews... fbrnch:...

I ran `fbrnch create-review` for a review I'd already opened (having forgotten about the `update-review` command); it then printed out: ``` $ fbrnch create-review -S python-pyogrio.spec checking for existing reviews......

The readme points to a [usage statistics page](https://meeseeksbox.github.io/); however, it doesn't load anything. There are several "undefined" text where I assume there should be graphs. Checking the web console, I...

bug