Chris Sells

Results 23 comments of Chris Sells

I took a whack at using the current instructions at https://github.com/awb99/jupyter-icsharp-docker, but had no luck. After the docker run, I do a "open http://$(docker-machine ip default):8888" (from my Mac) and...

I installed the Python 3.x version of Anaconda and the C# kernel is showing as "Python 3" for me.

Any idea how to get started on this? I'm happy to pitch in here.

@dnfield can you take a look at this? I'd love integration_test to work well on Windows.

@ismailfarisi I'm curious why you marked this as not a breaking change. Doesn't everyone that's using CustomTransitionPage today need to move from a `child` to a `pageBuilder`?

@Lyokone can you fix the style issue and resubmit? Likely `dart format .` will solve the problem.

@chunhtai @Lyokone This PR is something to land after [the PR bring go_router to flutter/packages](https://github.com/flutter/packages/pull/884) has landed.

This PR isn't done until all of the `ignore` lines from the examples are dropped.

Also, I really love the breadcrumbs example but I don't think the cupertino_back_button example shows off anything new and it's not as obvious when you run it what's going on....

I finally, I think there needs to be some docs talking about the new publicly available `GoRouterMatch` to left folks know how they can get to the stack of matches...