Tero Marttila
Tero Marttila
The various command-line options defined by the packages should use the [go-flags](https://godoc.org/github.com/jessevdk/go-flags) `env`, `env-delim` support to allow passing options via environment variables. This would make configuring the `EnvironmentFile=/etc/default/qmsk-e2-tally` options much...
It looks like the still captures are available from the E2 via HTTP `GET /uploads/still_0.png`. These could be shown in the web UI as thumbnails.
When shutting down the tally: ``` 2017/02/03 23:54:18 Tally: stopping... 2017/02/03 23:54:18 tally: Update: sources=1 inputs=3 outputs=3 tallys=3 2017/02/03 23:54:18 xmlClient.writer: close 2017/02/03 23:54:18 xmlClient.read: read tcp4 192.168.56.1:39402->192.168.56.10:9876: use of...
If the backend encounters an connection error, it will crash, and if running as a systemd service, restart. Currently, the frontend UI will detect the websocket close, and freeze the...
Exiting the tally/server will close the WebSocket TCP connection and immediately trigger onClose. Killing the network connection will leave the angularjs client dead with no error indication. Detecting a loss...
### Summary After upgrading from Ansible 4.10 -> Ansible 8.2.0 (ansible-core 2.15.3), our Jenkins pipelines started encountering occasional module failures with several different ansible-playbooks in various `command`, `file` or "Gathering...
The esp-idf V4.4 release branch is EOL 2024-07-02: https://www.espressif.com/sites/default/files/advisory_downloads/AR2024-008%20End-of-Life%20Advisory%20for%20ESP-IDF%20v4.4%20Release%20Branch%20EN.pdf Need to upgrade to V5.x, including our sdk patches + testing. https://docs.espressif.com/projects/esp-idf/en/v5.3/esp32/migration-guides/release-5.x/5.0/index.html
If the ATX-PSU POWER_GOOD input is connected to an PCA9554 I2C GPIO expander which is also connected to a shared I2C bus interrupt pin, then changes in the ATX-PSU POWER_GOOD...
DMX input compatibility issues with the mark-time-between-packets limitation causing dropped packets
The current `dmx-input` implementation suffers from compatibility issues with DMX transmitters driving the DMX bus at 100% utilization with minimum idle periods between packets, including our own `dmx-output` implementation. This...
The current `CONFIG_TYPE_UINT16` with just `GPIO_NUM_MAX` has a bad UX for configuring GPIO pins - the pin numbers are meaningless without reference schematics, and it is too easy to clobber...