pjechris

Results 5 issues of pjechris

- Keep style properties overloading, at least in debug. - Show computed properties values when calling `print`.

help wanted

Would be nice to be able to adapt style based on current trait. Just like @media in CSS.

enhancement
help wanted

Instead of having `updateStyle`, we should have `setNeedsUpdateStyle` (async) and `updateStyleIfNeeded` (sync)

Hi, `textRectForBounds` is sometimes wrong when using left/rightView: - when `viewMode` is `.never` or `.whileEditing` everything is working as expected - when `viewMode` is `.always` or `.whileEditing`, frame is smaller...

Hi, Reading quickly the code I found some places where `.none` and `.unavailable` are mixed: - `Connection.description`: `unavailable` is "no connection" and `.none` is... "unavailable" 🤔 - deprecated `isReachable`: comment...