Ryan McGrath

Results 135 comments of Ryan McGrath

I'd have to think through that idea since it's like... there are potentially good reasons to not have layout constraints applied on something at all. The interface would have to...

(Also, that method would be a noop if the user doesn't have autolayout as a feature and is just using old school frames, etc)

You treat those like any `View`, they have the same constraint types available. And yes, `Button::set_text(&self)` is available for that.

Missed this - answer(s) below if you're still looking! You've got the right idea with `LayoutConstraint`'s: if replaced, they do not need to be explicitly deactivated - they override old...

Hmmm, can you drop the error here? tvOS is the one platform that's tricky since I can't even remember offhand if Rust has a specific target there. It's all UIKit,...

Mmmm I'm gonna need more information before we can debug this. Can you give some steps to reproduce - with commands etc? Are you trying to run a simple example...

The responses here do not give a lot to work with, there's several things that could be at work here. Write up a full reproducible test case - commands you're...

Hmmm, can you throw together a repo or test case? It's probably a straightforward (as you say) case, but I've run `async-std` in the background of a cacao app without...

Yeah, so what I've done is just start a new thread inside of `did_finish_launching` for the async stuff to live in, then pass things over to be handled. The Elm-style...

I'm neither for nor against this conceptually, but I think I'd ultimately defer to anything @madsmtm does upstream in objc2 - which cacao needs to ultimately rebase on and finally...