Tomas
Tomas
- [X] The issue is present in the latest release. - [X] I have searched the [issues](https://github.com/brocaar/chirpstack-api/issues) of this repository and believe that this is not a duplicate. ## What...
**Is your feature request related to a problem? Please describe.** Right now I have to go thru all triggers to blacklist channels where I don't want >any< trigger to run...
**The problem** Let's say we have a CAB file that contains `hello.dll` and a symlink with the same name to some other file in the current directory. With this when...
This fixes problems with wxPython and python310 where C extensions will not silently accept floats as ints in function arguments anymore. Also see #2391
changes: - `unlink` AppRun, which is symlink to python3.7 binary so that we don't copy our AppRun into it - rename the appdata.xml to `pyfa.appdata.xml` - appimagetool kept raising warnings...
* output of `awesome -v` and `lua -v` ```sh > awesome -v awesome v4.3-1315-g1932bd017 (Too long) • Compiled against Lua 5.3.6 (running with Lua 5.3) • API level: 4 •...
Hello, I've been playing with this library for a while now. From what it seems, the current buttons ecosystem does not take in count the possibility of the Menu class...
**Is your feature request related to a problem? Please describe.** Not a problem per se. One point of this RFE is to decide if systemd timers would really be an...
**Description** According to these links: - [access.redhat.com, Table 10.2. Systemd Unit Files Locations](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/chap-Managing_Services_with_systemd) - https://unix.stackexchange.com/questions/469123/common-location-for-systemd-unit-files-on-ubuntu-and-rhel - https://www.freedesktop.org/software/systemd/man/systemd.unit.html Systemd unit files should be installed by packages/rpm into `/usr/lib/systemd/system/` not `/etc/systemd/system/` as...