Sebastian Koslowski

Results 8 comments of Sebastian Koslowski

Yes, should work. See e.g. https://github.com/knolleary/pubsubclient/blob/master/examples/mqtt_esp8266/mqtt_esp8266.ino

Yeah, a note about this might have been helpful. But then I wouldn't have had any reason to do a deeper dive into this stuff, so all good here. I...

I can confirm the described behavior. I had (by accident) produced way too much output in a pycode via print(). To recover from the capacity error I clean-out the temp...

I am fairly certain this is currently not supported (I originally hacked this together). The way it works is not by parsing source code, but by creating an actual block...

I have a similar use-case. It would be great to be able to skip patching wrappers post-install. (On Windows-systems I am using `` for [distlib-based launchers](https://github.com/pypa/distlib/blob/888c48b56886b03398646be1217508830427bd75/PC/launcher.c#L58C27-L58C43))

Yes, a Qt port of GRC would be awesome! I am all for it. This has been attempted before, of course. My first naive attempt failed: I hadn't worked on...

this could potentially take up too much space, e.g. if sth. "channels" is used. - I'd rather have that information shown as part of #1250, maybe using special formatting to...