Matthias Richter

Results 17 comments of Matthias Richter

Leaving this open until more modules are covered

@HDictus would you mind if we made this sort of official? Meaning: I link to your repo in the readme, so people that find this one know where to go...

What is the error message?

Can you please give more information? What did you expect and what did you get instead? Your example ... signal.register("slot", function() print("Foo") signal.register("slot", function() print("Bar") end) print("Baz") end) signal.emit("slot") ......

I don't have a strong opinion on this. On the one hand, the current spec works and you know what they say about how often to change a running system....

I am not maintaining this project anymore. However, there is [`Layout:size()`](https://github.com/vrld/suit/blob/master/layout.lua#L30C1-L30C23) and you can access the origin with `layout._x, layout._y`.

You're right. Truth is I haven't looked at this code in a long time, so I am not sure what the right approach is here. Tracking the extent like you...