Ryan McGrath

Results 135 comments of Ryan McGrath

Pull request it and I will? I'll likely forget due to a ridiculously packed schedule these days, but happy to push it up if so. Alternatively, if anyone wants to...

(This would be nice to have so I don't have to replace it on every update)

@simlay is this okay to be merged? Looking to cut a `3.3-beta1` or something to crates.io and figured I should tie off some of the older PRs where I can.

Hmmm, I think it's actually just a formatting pass that's needed... otherwise this stuff could fit into a `0.4.0-beta2`.

Aye, looks like it's all smooth now - shall I merge?

Merged. :) I'll likely cut a `0.4.2` after one or two more PRs get in, or next week if they take longer.

This is understandably not a simple issue to fix, but if I may suggest something: attach something like a `ConnectionType::(IPV4|IPV6)` enum to the `Transport` error to help bubble up what...

Hmm, docs are always good - it's just a matter of who has time to write them. Definitely worth doing though so this issue can stay open as a tracking...

Ah, so you're not actually that far off - you just didn't set any constraints on your `ShapeView` so the system has no idea how to display it. You can...

Activate `LayoutConstraints` *after* it's added to the view. :)