Results 10 comments of Gerrit Riessen

Ok, then I'll have a look and see what I can do! I was looking at their API (https://www.openlighting.org/ola/developer-documentation/python-api/) and it seems that, roughly speaking, the controller would do something...

Had a play around and got some working code together --> https://github.com/gorenje/PyDMXControl/commit/eb551e70370c0b9544bfba6852a0d2a0496951a9 As you said, I persisted the wrapper and client but I also prevented the controller from bombarding the...

I would go further and remove `.postf` - seems to be confusing (or perhaps inconsistent?) to have one shortcut, i.e., for `.format(..).post` but not for the rest. As alternative, anyone...

Hi There! To facilitate a comparison, I've created a [flow](https://flowhub.org/f/291e3f0b7f652839) that can be used to test different layout'ing algorithms including the one Nick has built. Discussion and reasoning can be...

Thank you for tips, I've made those changes. I hope I got it right with `uid=[0]` --> I'm not really when I need to set that and when not. I.e....

Ok great, I've now updated and make a couple of changes: - I left the `uid=[0]` on the trigger since it seems to need if there is a connection to...

I've already got one [PR](https://github.com/alicevision/meshroom/pull/1479) open - which I find far more useful! I don't really want to spam the developers ;) I'm inclined - if ok if you -...

The background to me reading that code was/is trying to figure out why my readmes aren't being shown @ flows.nodered.org - e.g. [this package](https://flows.nodered.org/node/@gregoriusrippenstein/node-red-contrib-validation-and-documentation) What I believe I should be...

btw the api from gh can be used without token e.g. https://api.github.com/repos/gorenje/cdn.openmindmap.org/branches?per_page=10 - so that's one more request to get the branches for a repo. I guess from there one...

My experience is that there will always be content that won't fit (e.g. content that is thin and long either vertically or horizontally), hence I use the bounding box of...