Fabian Affolter
Fabian Affolter
This plugin requires https://github.com/manupap1/ZoneMinder which is over 2500 commits behind ZoneMinder's master. Would be nice if it would be possible to run with the latest code from upstream. Rebasing seems...
**Describe the bug** It would be much appreciated if support for Gnome 44 is added. thanks **Screenshots** n/a **Version information:** n/a **Logs** n/a
In addition to #8 it would be nice to have tags as well. This would enable distributions who want to run your tests to fetch the package from GitHub instead...
The `setup.py` says [LGPLv3](https://github.com/keredson/boddle/blob/master/setup.py#L27) and the LICENSE file [LGPLv2.1](https://github.com/keredson/boddle/blob/master/LICENSE). You could please align the license release. LGPLv2.1+ would cover LGPLv3 but I'm no expert.
It would be very helpful if you could tag releases as well. This would enable distributions who want to fetch the package from GitHub instead of PyPI. Thanks
The build process of `aenum` for nixpkgs fails on Python 3.11 while it works on Python 3.10. ```bash running install tests .....................................................................................................................................................................................................................................E................................F.................................................................................................................................................................................... ====================================================================== ERROR: test_stdlib_inheritence (aenum.test_v3.TestEnumV3.test_stdlib_inheritence) ---------------------------------------------------------------------- Traceback (most recent...
Could you please tag the source? This allows distributions to get the complete source from GitHub if they want. Thanks
**Describe the bug** `np.int` was [removed](https://numpy.org/devdocs/release/1.24.0-notes.html#expired-deprecations) in 1.24.0 **To Reproduce** Execute tests with `pytest`. **Expected behavior** Tests to pass **Output** ```bashpython3.10-cvxpy> ============================= test session starts ============================== python3.10-cvxpy> platform linux --...