Elliott Sales de Andrade

Results 218 issues of Elliott Sales de Andrade

... for properties that are defined with private methods.

This widget was added in d426f6232e2069de9f051ef5b0f45513bfa55b9c as a copy of the original `GtkTreeView` code, with a modified timeout to the start of searching. Since then, there has been 1 additional...

This currently does nothing (probably due to a change in GTK event handling), and while it could probably be fixed, the scrolled window responds to the standard Shift+mouse wheel for...

I don't really understand the reason for the `Glade` class, but here's an example of using PyGObject's `Gtk.Template` integration instead on the simplest window.

It's been deprecated since GDK 3.14.

[`sqlite3.version`](https://docs.python.org/3/library/sqlite3.html#sqlite3.version) and [truth testing on an XML `Element`](https://docs.python.org/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.remove) are now deprecated.

Always using `i` is broken, as that is 4 bytes, but `Py_ssize_t` and `Py_uintptr_t` are 8 bytes. On little endian machines, this is usually fine, since the first 4 bytes...

Python 2 was dropped in #166 / the 2.0.0 release, so non-`PY3K` code is clutter that can be dropped. Python 3.6 and 3.7 were dropped in the 2.1.0 release, so...

## Description According to the buffer protocol, `ndim` is a _required_ field [1], and should always be set correctly. Additionally, `shape` should be set if flags includes `PyBUF_ND` or higher...

I see there were [some old PRs targeting the `gh-pages` branch](https://github.com/matplotlib/cmocean/pulls?q=is%3Apr+head%3Agh-pages), but it doesn't appear to exist any more. I also see a [readthedocs page](https://cmocean.readthedocs.io/en/latest/), but it seems mostly empty....