Ross Williams
Ross Williams
Just updated the linked PR #1384 that provides a solution for (1) & (2) similar to #1371. It would now be possible to add multiple rules in a single command...
I see your point. I'm using yabai as an "opt-in" window manager, so I create one `app=. manage=off` rule as the first rule, then many `app=^APPNAME$ manage=on` rules for all...
> `# if match then` That is seriously a load-bearing comment. 😄 The lovely part to me about the rule system is that the regular expression matching is built in...
I have a pull request submitted to support this card: https://github.com/networkupstools/nut/pull/686
Support for RMCARD205 merged in https://github.com/networkupstools/nut/issues/686 Assuming it will be included in the next release of NUT...
I'd also like if you could begin building with GOOS=freebsd again, also. I'm able to build the backend binary with no problem and load the plugin with `allow_loading_unsigned_plugins = "alexanderzobnin-zabbix-datasource,alexanderzobnin-zabbix-triggers-panel,alexanderzobnin-zabbix-app"`....
Yep, there is a maintained FreeBSD port for Grafana, and the plugin-cli works perfectly to install alexanderzobnin-zabbix-app but it won't run due to the lack of FreeBSD backend binary.
Hi, I don't mean to be a bother, just a friendly reminder: I internally maintain a FreeBSD port of this plugin for our infrastructure, which I can't make public because...
Test failure seems unrelated to this change?
Finally circled back to this and updated the `wait_full()` and `wait_empty()` to use atomics instead of `Semaphore::available_permits()`. Thanks for your patience and not closing the PR.