Nobu
Nobu
@twmht do you have a fork with the above code?
I'm having the same problem. @SylvainCorlay how woud you refactor the above code to make it work?
@SylvainCorlay thanks, , I'll check previous cells.
I tried following the Ubuntu instructions in readme and get ``` error: cannot open file debian/changelog: No such file or directory ```
@opetrova Thanks for the reply! It seems like the input images have to be cropped and aligned very precisely to get good results so was wondering if adding preprocessing methods...
I noticed this as well just following the Tabs example. My routes: ``` RouteMap _buildLoggedInRouteMap({ UserSharedPrefs? user, AppBarState? appBarState, SideBarState? sideBarState, }) { print('building LoggedIn RouteMap'); //bool? sessionValid}) { return...
Here specifically is how I solved the other problem and might give hints on this one: https://github.com/tomgilder/routemaster/issues/231#issuecomment-971171175
Actually in my case, I'm not deep linking and this happens for my tab page with the tabs.
@orestesgaolin Did @furaiev 's solution resolve this? I am just about to start using this but want to know.