mspertus

Results 5 issues of mspertus

(Moving discussion from Squeezebox forum). On the Google Play app, it is easy to random play songs from your music library. There does not appear to be any way to...

enhancement

I am not able to get tuples to serialize using g++ 11.3.0 on ubuntu 22.04. Here's my program ```c++ #include #include std::tuple t(1, 2.3); std::vector bytes; auto bytes_written = alpaca::serialize(t,...

It looks like tuple deserialization runs in a `decltype(auto)` bug in g++-11 as shown in this [godbolt](https://godbolt.org/z/ePjdxc9s8) based on `alpaca::detail::get`. A workaround seems to be to change the return type...

The build command (^C-^B) was escaping` ~/mydockerimagedir` into the nonexistent `\~/mydockerimagedir`. I fixed by removing shell-quote-argument from the end of compilation-start. As this argument appears to be automatically set to...

When I follow the instructions for using the langchain Eleven Labs Text2SpeechTool [here](https://python.langchain.com/docs/integrations/tools/eleven_labs_tts), I get the following error. ```Python 3.11.5 | packaged by Anaconda, Inc. | (main, Sep 11 2023,...