Kevin P. Fleming
Kevin P. Fleming
As noted in #72, it would be useful for users to be able to manage their configuration without having to compile/recompile firmware. This would also allow users to upgrade to...
Implementation of #77. * Adds "DFU Runtime" support while the application is in "HID" (normal) mode; this is controllable in `user_config.h` and defaults to 'off'. This allows a DFU tool...
(I am proposing to implement this feature, just to be clear). It would be very nice to be able to update the firmware without having to open the case (to...
According to the section 4.5 of the Pico datasheet, when only a single power supply is used for the Pico VBUS and VSYS can be tied together. This eliminates a...
For (at least) the googlechat bridge, the appservice's own webserver has to be made available to users so that they can authenticate. The Docker-based config docs don't address this aspect...
The web UI allows the repo admin to add people and/or teams to the list to be sent vulnerability alerts, but there is no API method to do so. One...
* ci: re-enable staticcheck and update to 2023.1.7 * style(commands/alerts): fix linter issues * style(compute/rust): fix linter issues * doc(RELEASE.md): ensure that goreleaser test command works even if no tags...
There are quite a few entities which are not measurements that a user wants to monitor normally, they are diagnostic indicators. These include most of the "PVS" entities, but could...
# What does this implement/fix? Adds an 'extensions' component intended to provide similar functionality to the `!extend` feature but that is processed in a separate configuration pass (after packages and...
Related to https://github.com/kpfleming/jinjanator-plugins/issues/7