David Greaves

Results 13 issues of David Greaves

As per the additional note: signals running in a post_save() may notify remote systems too soon for them to read data. This happened when using MQTT to notify a remote...

Snapcast responds quickly to sound starting to play but, due to buffering, seems sluggish when responding to a pause/skip. Could snapserver accept a control signal to flush the existing buffer...

feature request

Explain how to use APPLIBSV1 and APPLIBSV2 ### Problem The docs about APPLIBS are wrong. ### Solution Fix the docs! ### Steps to Test These variables are already tested in...

documentation

I added a ; to the list of tag split chars. After this neither ; nor , worked. It took a while to realise there was actually a space between...

Now the Pico W is available the ability to target specific boards via cmake defines is a relevant addition to the introductory documentation.

Although the pico_w.h board is now present the 'terse' README should probably mention how to target it

documentation

The primary purpose of toml.dump() is to write to the file. The returned string is secondary. Also toml is great but the tutorial doesn't need the same toml string quite...

It is not clear how the toml structure, in particular the "[servers.alpha]" idiom, is mapped to a python dict. This makes the tutorial much more complete

The following error occurs when there's a dangling symlink in the tree being watched: terminate called after throwing an instance of 'std::logic_error' what(): Could not stat file of unknown type...

This commit prevents the following error when there's a dangling symlink in the tree being watched: terminate called after throwing an instance of 'std::logic_error' what(): Could not stat file of...