Benjamin Michotte
Benjamin Michotte
Mhhh, ok, for some reason, it loots like fig imported the dotfiles from my old zsh and oh-my-zsh config and (broke it btw)  Is...
Hello @balazsorban44, Do you think you could add the `requestInfo: { body, query },` parameter in the `request` so we can resolve this issue (maybe fix directly on the apple...
Hello @vonovak, a quick search guided me to https://github.com/wix/Detox/issues/4148 which is the same error. The error on the android is related to a test killed after 1 hour since it...
@apinrdw Is using the latest PM-XLForm fix the issue ?
You're right. Looking at https://github.com/xmartlabs/XLForm/blob/master/XLForm/XL/Cell/XLFormTextFieldCell.m#L278 the only think it does is a `doubleValue` I guess it's more a XLForm issue. Maybe you can report it on their repo.
That's strange, I just push [dynamic_form_screen.rb](https://github.com/bmichotte/ProMotion-XLForm/blob/master/app/screens/dynamic_form_screen.rb) on which I build the form like you build your. Here I have no problem  I...
I don't think and didn't find any hint on how to do that with XLForm. I guess it should be possible by adding playing with `cell_class` in which you add...
XLForm headers are difficult to skin. @markrickert have sent a PR to XLForm but they are not very fast at merging... Mark, do you think you could "monkey-patch" the headers...
no, it's not normal. Do you have some stylesheet which override labels or textfields ?
With the current code, I think it could be done with a `on_add` and `on_remove` on the "cell" and change the `options: [:insert, :delete]` of the cell to add/remove `:insert`...