Jean-Michaël Celerier
Jean-Michaël Celerier
If a function is marked static, the header put into the global fragment and a template ends up causing instantiation and thus call of this static function, well, with modules...
**Describe the bug** When building on ubuntu with clang-18: ``` ld.lld: error: undefined symbol: Catch::ReusableStringStream::str() const ld.lld: error: undefined symbol: Catch::formatReconstructedExpression(std::__1::basic_ostream&, std::__1::basic_string const&, Catch::StringRef, std::__1::basic_string const&) ld.lld: error: undefined symbol:...
``` /home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/config/asio_no_tls_client.hpp:32: In file included from /home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/endpoint.hpp:32: /home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:89:24: error: no type named 'io_service' in namespace 'websocketpp::lib::asio' 89 | typedef lib::asio::io_service * io_service_ptr; | ~~~~~~~~~~~^ /home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:91:40: error: no member named 'io_service'...
I'm playing a bit with the VBAP implementation of abclib in ossia - while it works fine with e.g; noisy soundscapes, when I want to spatialize some say guitar sound...
I know that vbap with two elements does not make too much sense, but in that case I think it shouldn't be included in the package ^^' e.g. here if...
Compared to the doc: - up / down are ok - left is zoom, zoom is right, right is scrub, scrub is left e.g. when I click "scrub" (which should...
I'm sending a buffer with 112 x, except '\n' at positions 55 and 111: yet I am not seeing them in the last few characters  Here's my code in...
### Problem description When running with asan I'm seeing leaks in multiple traces: https://github.com/celtera/libremidi/actions/runs/13620071032/job/38068205086?pr=140 My code is very basic and only initializes types and enums, it's entirely contained in this...
### Pre-submit checks - [x] I [checked for similar issues](https://github.com/TheAssassin/AppImageLauncher/issues?q=) beforehand, but could not find any, not even closed ones. I could not add my bug report to any existing...
Hello ! I'm seeing this error crop up in various examples. I haven't managed to reduce it so far, but it happens for instance on archlinux with the official faust...