mspertus

Results 7 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,...

**Version used** v4.2.1 With which version did you encounter this behavior. Please check against 3.x beta if you haven't yet, it might have the fix already. v4.2.1 **Describe the bug**...

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug
has repro
platform:windows
area:mcp