Robert McQueen

Results 13 issues of Robert McQueen

JSON values from ebusd are published on MQTT with values "boxed" in a format like: { name: xxx, value: xxx } Support this structure by allowing deeper-nested JSON structures, and...

### Please confirm your submission meets all the criteria - [x] I have read the [App Requirements][reqs] and [App Maintenance][maint] pages. - [x] My pull request follows the instructions at...

awaiting-changes

I've got borgmatic set up as an additional container in a Mailcow containerised setup, running on docker 20.10.5 on an Intel Xeon system running Debian bullseye - along these lines:...

bug
question

Flathub is receiving $10ks of services from especially Fastly, but also Packet.net (via CNCF http://cncf.io/), Mythic Beasts and Codethink. The current "Acknowledgements" section hidden on the About page with no...

This was failing quite reliably when building a Flatpak of Tomboy. Probably triggered depending on order / parallel make.

Nothing groundbreaking here, just some tweaks I did to get up and running this weekend. Thought I should share the sub URI fixes and update the documentation as it took...

Feature

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches...

bug

Hi @ximion - as always - thank you for all you do for open source! Please don't take anything herein as a criticism, I am just exploring ways we could...

Invoking to_nice_yaml on a scalar value generates a two-line YAML document "value\n...\n" which corrupts the value of a hook such as healthcheck which is just a single string URL. Instead...

I have a healthchecks hook set up: ``` borgmatic_hooks: healthchecks: https://hc-ping.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ``` The generated YAML file is as follows: ``` hooks: healthchecks: https://hc-ping.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ... ``` The ... appears to imply...