Stéphane Magnenat
Stéphane Magnenat
I do not have the time. Maybe someone else at Mobsya can help as part of the thymio.org refactoring, as this does not require any programming skills, one must just...
We observed that problem in the past as macOS is putting to sleep the background processes. We solved it in the release package by adding a flag to the Info.plist...
Interesting, maybe there is a bug in the packaging. Did the problem happen with the latest 1.5.x release ? @mbonani @cor3ntin was there any change in the packaging script that...
Ok, then we have to investigate, I put it in 1.6.1. Thank you for reporting and for the tests!
Boolean types are not user-declarable, but they exist in the grammar. They are the return type of comparisons and logical operations, and the input types of flow control operators. Feel...
> Reason: getTabFromName in MainWindow.cpp compares name to target, instead of tab (which is what is being looped over). No, because `id` is taken from the tab, and then looked...
> On my mac, the UI for the latest version of Studio falls asleep, creating a disconnect/reconnect problem that I identified earlier Isn't it similar to the app nap problem...
Could you please check the id of all robots? My guess is that they are all 1, so Studio is confused. I can change playground, but it will only be...
> I would think that the right solution would be to perform the search for the AbsentTab in nodeConnected()) based both on name and nodeId. That is what `MainWindow::getTabFromName(...)` does,...
It is true that Studio currently is able to handle different nodes with same names and different nodeIds, but not different names with same nodeIds. Indeed having unique nodeIds within...