Ben Beasley

Results 183 issues of Ben Beasley

Compiling the C++ tests with: - Fedora Linux (35, 36, or 37/Rawhide) - flatbuffers 2.0.6 - gcc 11.3.1 or 12.1.1 using the distribution’s default flags for RPM builds, I see...

Is `asyncmy` intentionally 64-bit-only? I encounter a number of test failures and errors on 32-bit platforms (`i686` or `armv7hl`/`armhfp`). ``` ============================= test session starts ============================== platform linux -- Python 3.10.1,...

The `asyncmy` package installs its `CHANGELOG.md`, `LICENSE`, and `README.md` directly into `site-packages`. ``` $ python3 -m venv _e $ . _e/bin/activate (_e) $ pip install asyncmy (_e) $ ls -l...

Version 6.0.0 of libgda was released a little less than a year and a half ago ([GNOME GitLab](https://gitlab.gnome.org/GNOME/libgda/-/tags/LIBGDA_6_0_0), [GNOME FTP](https://download.gnome.org/sources/libgda/6.0/), [NEWS file](https://download.gnome.org/sources/libgda/6.0/libgda-6.0.0.news)). Are there any plans to port from libgda...

The CC0 license is becoming increasingly challenging for some users. The Fedora Project recently announced that [it will not allow new packages with CC0-licensed code (as opposed to content)](https://lists.fedoraproject.org/archives/list/[email protected]/message/RRYM3CLYJYW64VSQIXY6IF3TCDZGS6LM/): >...

## Feature Request ### Use Case/Motivation [Version 6.0 of pytest-bdd has been released with numerous breaking changes](https://github.com/pytest-dev/pytest-bdd/releases/tag/6.0.0). ### Example Usage https://github.com/jrnl-org/jrnl/pull/1531 ### Other information Almost everything fails when I do...

build
ready for pr

Add a CMake option `WITH_SYSTEM_JSON`, disabled by default. This PR would not change the default behavior, but it would make using the system `nlohmann_json` as easy as setting the CMake...

In the latest release `v.2.6.1.1`, and in the head of the `2.6.1.1` branch, `src/Common/init_fftw.h` has been switched from `boost::mutex` to `std::mutex` in https://github.com/LuminanceHDR/LuminanceHDR/commit/bce7ca28700e69cc2acaad0d02623113c09b8b39, but without correcting the include from ``...

OpenEXR 3.x is out, and users will need upstream support for building with it. The following link describes the essential cahnges: https://github.com/AcademySoftwareFoundation/Imath/blob/master/docs/PortingGuide2-3.md. Details on my unsuccessful efforts to build against...