Ben Beasley

Results 183 issues of Ben Beasley

Use the `name` element in a developer `block` instead, as recommended by `appstreamcli` 1.0.0. This fixes all warnings when validating the AppData XML file, although there are still informational messages:...

https://github.com/donadigo/appeditor/issues/103#issuecomment-756924055

These files are just source or build-system files—they lack script-like content and have no shebang lines—so the executable bit does not need to be set in their filesystem permissions.

While some tools support text files without these, proper POSIX text files should have them.

It is not compatible with current versions of Sphinx (https://github.com/aio-libs/sphinxcontrib-asyncio/issues/15), and none of the extra syntax documented in https://sphinxcontrib-asyncio.readthedocs.io/en/latest/ appears to be used anyway. ## What do these changes do?...

Fixes #304 by adding one byte to the allocated size, based on the rationale offered by Jerry James, @jamesjer, in https://github.com/linbox-team/linbox/issues/304. In addition, a new local variable is introduced for...

This was deprecated in matplotlib 3.4.0: https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.4.0.html#pyplot-gca-and-figure-gca-keyword-arguments This does not work at all with current versions of matplotlib. See also: https://stackoverflow.com/questions/67095247/gca-and-latest-version-of-matplotlib

The method alias `unittest.TestCase.assertEquals()` was deprecated in Python 3.2 and removed in Python 3.12. Replace it with `unittest.TestCase.assertEqual()`. https://docs.python.org/3.11/library/unittest.html#deprecated-aliases

The former is deprecated since Python 3.2, and was removed in Python 3.12. https://docs.python.org/3.11/library/configparser.html#configparser.ConfigParser.readfp

The easiest way to observe this is to compile with libstdc++ assertions enabled. In `Makefile.linux`, add `-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS` to the `CPPFLAGS`. (This is part of the distribution default compiler flags...