Stéphane Magnenat
Stéphane Magnenat
Commenting to avoid stale issue deletion.
Commenting to avoid stale issue deletion.
I would be already very happy to have something that requires a little bit of manual install, as long as it is reasonably simple and well documented, compared to not...
I see! Yes, that makes sense, from my point of view the goal is not to have an over-fat `DynamicImage` but to have convenient features on `ImageBuffer`. Currently, saving a...
It would indeed be useful to have serde support for ImageBuffer as well, for example, `RgbaImage` would be helpful for me.
Thank you for your quick answer! Yes, our need is indeed more about sandboxing untrusted code beyond simple embedding. Regarding our use case, we are creating an educational game creation...
> The IO parts looks like to be natively blocked by wasm environment. Yes, but at least in our case, we would like to have it on native as well,...
I agree. Your description raises an interesting question about the protocol version, in the sense that currently the switch does not do any checking of the protocol version, but in...
I agree!
Thank you for this clarification. In the _Browsing_ scenario, we should integrate the file descriptor of the socket to the zeroconf service either in the Aseba or the Qt loop....