Daniel Berlin

Results 59 comments of Daniel Berlin

@Haschtl The fix_link.py is unnecessary if you change builder/frameworks/arduino/mbed-core/arduino-core-mbed.py to recognize the giga the same way it recognizes the portenta h7. The issue with SerialRPC is due to the default...

(Deleted a comment that had wrong info) Actually, I misread your config - unless you have locally patched in some of the platformio changes, your env is not enough. In...

> Holy cow it worked after changing the platform = https://github.com/dberlin/platform-ststm32.git#develop and adding platform_packages = tool-dfuutil@~1.9!!! > > Thousand thanks!! I been trying to get this to work for 15...

I'm also happy to add new_from_fd to Keyboard/KeyboardWithFallback instead of converting to string and back if we want. I'm just about to submit a PR to rewrite the keyboard handling...

> Thanks for diving in! > > > I'm just about to submit a PR to rewrite the keyboard handling to use the toolkit, so i didn't bother. > >...

> re: toolkit keyboard, if you think that it has some advantages over what we're doing currently and already have something we can discuss in a PR, that's great. Otherwise,...

So this is caused by the get_keyboard call in the seat state handling. As soon as that happens, everything stops. If i move it to happen after window creation, we...

Thanks. I'll fix these up later this weekend and push an updated PR

Hey, it turns out I won't get to this for a while, so if you want to take it over, feel free. On Sun, Apr 28, 2024 at 8:19 PM...

I have modified the implementation to implement fill directly in the box model. We recompute the width of the fill items as a group, after calculating the available non-static space....