Nicolas Morawietz

Results 12 comments of Nicolas Morawietz

I get the same error. It happens after the second time `DateTimeField` is tapped and you want to call onEditingComplete on another field in the same form. Reproducable ```dart import...

Same problem here. Reproducable sdk: '>=2.12.0

Callstack - read from bottom to top ``` ... StackRouter.pop (c:\flutter\.pub-cache\hosted\pub.dartlang.org\auto_route-2.2.0\lib\src\router\controller\routing_controller.dart:606) AutoRouterX.popRoute (c:\flutter\.pub-cache\hosted\pub.dartlang.org\auto_route-2.2.0\lib\src\router\auto_router_x.dart:23) MySecondPage.build. (c:\Users\someuser\flutter\test_navigator_popping\lib\auto_route_app.dart:82) MySecondPage.build. (c:\Users\someuser\flutter\test_navigator_popping\lib\auto_route_app.dart:81) ModalRoute.willPop (c:\flutter\packages\flutter\lib\src\widgets\routes.dart:1357) NavigatorState.maybePop (c:\flutter\packages\flutter\lib\src\widgets\navigator.dart:4966) StackRouter.pop (c:\flutter\.pub-cache\hosted\pub.dartlang.org\auto_route-2.2.0\lib\src\router\controller\routing_controller.dart:606) AutoRouterX.popRoute (c:\flutter\.pub-cache\hosted\pub.dartlang.org\auto_route-2.2.0\lib\src\router\auto_router_x.dart:23) MySecondPage.build. (c:\Users\someuser\flutter\test_navigator_popping\lib\auto_route_app.dart:82) MySecondPage.build. (c:\Users\someuser\flutter\test_navigator_popping\lib\auto_route_app.dart:81) ModalRoute.willPop...

The `WillPopScope`s `onWillPop` also runs when `context.popRoute()` is called and also leads into a stackoverflow when there is a `context.popRoute()` inside of that `onWillPopScope` function, which both shouldn't be the...

It also occurs in 1.14.6 ```bash $ revel run my-app dev CRIT 22:18:43 revel_logger.go:59: Failed to parse port as integer: %!s(int=-1) ``` ```bash $ revel version Revel executing: displays the...

I use replace in go.mod file as well to develop on local versions of revel modules. I can't complain so far.

I was wondering as well why this folder is needed. And i am not getting much smarter reading the corresponding commits. First implementation seems to be here https://github.com/revel/cmd/commit/f2b54f5a6932eb96c1f2cc9891f89025ecd75cf9#diff-20ea5d5c31c95ca96157da752b18a29a

Seems to be of interest at least for 5 years and now it also hit me.

The loadingBuilder misses the animation progress. This is crucial, if I want my placeholder to disappear as soon as the animation finishes.