Moritz Post

Results 29 issues of Moritz Post

**Description:** Settings a `OnFocusChangeListener` on the `TextInputEditText` inside the `TextInputLayout` notifies the listener only the very first time the focus is gained. **Expected behavior:** The listener should always fire when...

bug
Widget: TextField

We are experimenting with the integration of the `TFPositionalEncoding2D` into a custom model and would like some advice on the topic. We saw that for the 1D version (`TFPositionalEncoding1D`) several...

Having to supply a default value on the JsonObject.getXXX methods is sometimes a bit tedious. Often times you just want the string to be null or the boolean to be...

enhancement

As stated in the README, the library does currently not support horizontal drag and drop. It would be a great addition to enable that feature.

Here is the warning: ```Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: r0adkll/[email protected]``` The node version is specified here:...

Currently it is not possible to receive a JavaScript map from a callback function. The parameter is just null. I would expect to receive a java.util.Map in its place.

enhancement

Executing a script with bogus input causes a crash on Android. The input `v8.executeScript("asd")` leads to Android vm termination with the following message: ``` 2019-04-02 16:39:27.636 A/ris.android.de: java_vm_ext.cc:545] JNI DETECTED...

bug

Running on the latest superForms `v2.6.1` i want to make a POST request to delete an item. Therefore i only want to send the item id to delete. My thinking...

enhancement
later

### Describe the bug When refreshing a page (or submitting a form) with a `PageState`, the `PageState` is lost. However, when checking the `history.state['sveltekit:states']`, we see that the expected state...

router