puelo
puelo
Probably fixed with https://github.com/graphql-java-kickstart/graphql-java-tools/pull/414
@zhengyangkang @jbrunken I had the same issue and for me the issue was that the player object was a Vue reference. Without using `ref` it worked fine again. So instead...
@darshankawar Thanks for the quick response. No. If you don't tap on the textfield at all and only press the "Toggle lock" (so toggling between enabled and disabled) button it...
"Lost focus" is the output of the `_onChangeFocus` method, which is the listener method attached to the focus node: ``` markFocusNode = FocusNode(debugLabel: "MarkFocusNode") ..addListener(_onChangeFocus); ``` ``` void _onChangeFocus() {...
@dleyba042 The issue is not with focus being lost when the FocusNode becomes disabled, it is more with the listener **always** being called when the state of input is being...
@bleroux Ah right. That makes sense. Is it documented somewhere what changes actually notify the listeners? I only found this sentence which doesn't make this behaviour really clear (to me...
@bleroux Perfect. That makes it very clear. Thank you!
May be related to: https://github.com/electron/windows-installer/issues/187 Had the same problem for whitespaces in the app name. After changing the name to not contain "-" or " " it worked fine.
I had the same issue. Changing the callback to just "twitter://" worked for me. Not sure if it is the specific name or just that it doesn't work with any...
Seeing the same issues. Android: 8.1.0 Device: Nexus 5X Tried to reproduce with a Nexus5X emulator, but sadly no luck.. Maybe relevant: https://issuetracker.google.com/issues/200437477 (it was updated yesterday)