Fabian Binz
Fabian Binz
### What’s the bug you are facing? When the dependencies of `useEditor` change, I expect a new, usable editor instance, than can be passed to `EditorContent`. However, I get an...
In `Reactive.Banana.Internal.PulseLatch0` you are using `unsafePerformIO` several times without using a `NOINLINE` pragma. Is this intentional or could problems as described in [the documentation](http://www.haskell.org/ghc/docs/7.0-latest/html/libraries/base-4.3.1.0/System-IO-Unsafe.html) arise?
EDIFACT syntax versions [3](http://www.stylusstudio.com/edifact/30000/UNB_.htm) and [4](http://www.stylusstudio.com/edifact/40000/UNB_.htm) changed the date/time of preparation header date format from 6 to 8 characters )(i. e. the year is represented as 2 resp. 4 digits)....
### Version v1.2.3 ### Which operating systems have you used? - [X] Android - [ ] iOS ### Environment that reproduces the issue Does not depend on environment ### Is...
First off: Thank you for this package! It's really cool to have such a small wrapper around the SDKs provided by AWS. We've encountered a bug on Android, that seems...
Currently, select2 widgets will be replaced by normal select elements when the field rerenders. It would however be nice to update the widgets option instead of replacing it.