Timm Preetz
Timm Preetz
I wanted to try Bowser on an Apple iPhone 6S Plus, but it was not really usable, as the navigation bar is completely missing in portrait, and only partially visible...
I think it would be great if components / components props could be changed on the fly. I have seen this in https://github.com/morlay/react-docgen-ui and think that it allows a much...
I thought I had a standard use-case when I wanted to `go run` a specific .go file every time it or something in the $GOPATH (where its dependencies live) changes....
I was thinking whether `Formulary` should support rows that open a second screen. For example selecting an item from a longer list or a multi-line text input. Currently `FormViewController` is...
I have been wondering about the 2 popular styles seen in forms which are inline controls and options in the keyboard area. The nice thing about the keyboard area is,...
This would be my long-term goal to implement after the changes mentioned in #5 are implemented. I think when `Formulary` is able to implement these well-known forms succinctly it probably...
I think hiding rows that can not (yet) receive input makes for a noisy UI, so I think rows should be allowed to be enabled / disabled
Hi, really liking the ease and clarity of most his project :-) While using protocols is great in principle, in practice a lot of the rows are `ConcreteFormRow` instances and...
This is more of a question/feature request (or at least basis for discussion of such): Is there any standard way to add data to a state, or would you be...
The cropper does a bit of async work on start up, and if the user / app dismisses the widget during that time, errors will be thrown due to `context`...