Hans Raaf
Hans Raaf
As I am playing with TTS right now. How about adding a standard way to play audio? This does the trick for me: ```go func PlayAudio(data []byte) { var b...
Hey there! 👋 First of all, thanks for creating Sprocket - it's a really nice library and most things work great! I've run into an issue that's currently blocking us...
I have policies for over 20 local snapshots. Some of them backup every 10 minutes and others run every 8 hours. Some I am interested in, some I would only...
Will this project get an update to match the current standard library or is this to be considered unmaintained?
We have a use case where we need to convert 13 Million `datetime` to a string like `YYYY-DD-MM HH:MM:SS` (DateTime in MySQL). This could also have a fractional part, but...
Am I correct that if I want to handle errors from the actual running command I needs to use `run_and_handle()` and handle errors myself? This would for example need to...