Stéphane Magnenat
Stéphane Magnenat
I agree with David, libxml2 is a lower-level library that is well suited for embedded, and SDL2 is also much smaller than Qt and more suitable for command-line tools. I'm...
Yes this is a problem, thanks for writing it in an issue. However, we won't have time to update that for 1.6. The plan is to migrate the source of...
I agree with you @davidjsherman . As a rough analysis, adding boolean variables implies the following: - concept: decide for an encoding for variable arrays, without much thoughts yet I...
Another fascinating issue if we bring packed array of booleans: containers. @davidjsherman added some month ago the `deque` container, and @shilingwang and I have in plan of adding the equivalent...
The new switch is in the https://github.com/aseba-community/aseba/tree/http-refactor branch, in `/switches/http2`, intermixed with old code. The compiler is using a hand-made parser instead of regular expressions.
That is a good idea, but how will it fit with distribution-based packaging? Should this feature be disabled on Linux?
How do you plan to implement the check, in a cross-platform wide? Maybe the simplest is an url with a custom file to define this. What do you think?
Thank you for reporting this bug. Your suggested "partial fix" is a good short term solution. The reason why Studio closes the VPL window is that once the network is...
We should try to reproduce the problem with previous commits through bisection, as this one only changes the author file.
> http-level support for sendBytecode (message ASEBA_MESSAGE_SET_BYTECODE) to open Aseba Switch to alternative compilers We discussed that with @davidjsherman in the initial design, as this is interesting but also makes...