Guillaume Buisson

Results 6 issues of Guillaume Buisson

## Description Move to Qt6 ## Implementation remarks Since I merge with the latest develop, I have a new warning: `Traceback (most recent call last): File "E:\AliceVision\meshroom\meshroom\ui\reconstruction.py", line 361, in...

do not close

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

Proposed

This code crashes if an OSC message is received between the osc_protocol creation and the generic_device creation. ` oscDevice = std::make_unique( std::make_unique("127.0.0.1", 9996, 9997, std::string("mydevice")), "P"); ` Another fix would...

Hi all, I'd like to give ossia a try, but I'm stuck at the first step: build it on Windows. I tried (with cmake) : - the 2.0 RC and...