Fabian Cañas
Fabian Cañas
@samccone JSCore still needs to be kicked off from a native process which I don't think there's any well-understood tooling for. I think a node native module is the right...
`mirror` doesn't do anything to change display resolutions explicitly. And I believe the system freely changes various aspects of display configuration when screens enter and exit a mirrored set. `mirror`...
By "row editors" do you mean row navigation or something else? I had started a branch 031e2085b38c6d6c1b5b57fb467fcc62a72a2031 for navigation that will need to be heavily reworked. If you could attach...
Thanks for your interest! I'm _definitely_ open to revamping the types. I started this project before I really internalized swift's type system the power and purpose of protocols. The part...
@tp I'm interested in seeing a brief proposal :eyeglasses: of how you think this should be accomplished. Or maybe my break-out of `TextEntryFormRow` :memo: is the kind of design you...
I think the trouble is going to be that it can't be a generic row with heterogenous associated types, while also keeping a strongly-typed collection of those rows :disappointed: I've...
Here are some initial thoughts: I think there can be a form row type that accepts a view controller among its parameters. And have a presentation type ``` swift enum...
I think this can be broken down into three distinct goals. Each approach shows a view controller that serves as input to the selected form row, but in semantically different...
Formulary can now push an arbitrary view controller from a row. This covers the use-cases for both other kinds of pushed view controllers. But it would be nice to eventually...
Seems useful. I'd love to see a proposal for what the api for something like this would look like. :penguin: :thought_balloon: