Florian Daniel

Results 26 issues of Florian Daniel

Let's say we have the following Fact: ``` { "firstName": "John", "lastName" : "doe", "age" : 26, "address" : { "streetAddress": "naist street", "city" : "Nara", "postalCode" : "630-0192" },...

### Which platform(s) does your issue occur on? -Android, all tested devices (Android 10) and simulator ### Please, provide the following version numbers that your issue occurs with: See the...

Hi, the timeout job currently only accepts 32bit Integers for the timeout. This amounts to less then a month. Is it possible to set the timeout to a longer period...

I have a questions regarding the timeout jobs. Are they still executing, even after the server restarts? Or is there any way to persist a job, so it re-runs when...

### Description When using the following PreSignUp lambda function to merge two accounts (OAuth and native cognito accounts), and allow users to use either options to signup, an exception is...

bug
Auth
service-team

**Describe the bug** When using the provided example to implement custom page transitions: https://github.com/felangel/flow_builder/issues/29 the animation for "forward" and "backward" navigation remains the same. This only happens when handling the...

**Describe the bug** When using the following pages, where the user starts on the `overview` page, and then navigates to the `searchOnMap` page, using the ios swipe back feature, does...

question

So we store our localization strings in a javascript file, which looks like this: ``` module.exports = { "yes": "Yes", "no": "No", "type-a-message": "Type a message", } ``` In the...

**Is your feature request related to a problem? Please describe.** Currently flow_builder implementation has a conflict with packages that use the [back_button_interceptor](https://github.com/marcglasberg/back_button_interceptor) package, because both use the method `SystemChannels.navigation.setMethodCallHandler` to...

When trying to deserialize an generated Object with the following code, I get an error, that Null cannot be cast to String. `serializers.fromJson(User.serializer, json)` The error: ` Unhandled error Unhandled...