Timm Preetz

Results 37 comments of Timm Preetz

Great. At the moment the relationship between the FormRow and the actual UITableViewCell holding the data seems a bit weak, with the Cell having to set the `value` on the...

Tried my hand at adding to new row-types, but with the current structure adding a row type that is not based around `FormTableViewCell`with it's `NamedTextField` (which is great BTW!) is...

I was wishing for the same thing when implementing a tree structure. While there are many way to achieve lazy loading, I think having this feature in the library makes...

I think the same thing happened to me. On the first day it was working just fine, and then after a restart of Docker (for macOS) it doesn't work anymore:...

Ah, it seems like this is the same as #1, no?

If someone here is just looking for a simple, single-node ES + Kibana, this worked for me: ``` docker run -p 5601:5601 -p 9200:9200 -p 5044:5044 -it --name elk sebp/elk...

> The bundle's Info.plist does not contain a CFBundleVersion key or its value is not a string. @TabooSun Did you find a fix? Also running into this with Flutter 1.20.4.

We got to fix the `The bundle's Info.plist does not contain a CFBundleVersion key or its value is not a string.` error by setting the build configuration for the `NotificationService`...

> adding to the enum would mean that consumers of the api handling PermissionStatus in a switch statement could potentially require upgrading. Exactly this happened to us, so I would've...

Same here, even though Atom is set to use spaces, JSFormat reformats all my JS files using tabs.