Xuan Nguyen

Results 34 comments of Xuan Nguyen

> We use `Provider`, but `context.read` and `context.watch` are limited to the current `Route`, thus cannot access data on the previous Routes. That's certainly a limitation of Provider (and InheritedWidget)....

1. you need to register your project on codecov.io. For my case, I just allow codecov connect to my GitHub account. 2. Just add a step like what I am...

`codecov/codecov-action@v1` is a github action. Yes.

I am seeing you are using it, right? https://github.com/fluttercommunity/get_it/blob/master/.github/workflows/dart.yml ``` # Code coverage can be acitivated once its ready. - name: Upload coverage to codecov uses: codecov/codecov-action@v1 with: token: ${{...

The example below is valid in typescript: ``` type _Routes = { users: { [username: string]: { posts: { [postId: number]: { comments: {} } } } } }; const...

So similar to `$path`, in theory, I think we can add also `username('myusername')` and `postId(2)`. But in this case, it's more difficult because we need to know how to get...

Wow @bsalex, this's a super cool improvement! I did a quick test with IntelliJ IDEA, Visual Studio Code and codesandbox. There's a small issue, could you check? ``` // Wrong...

I guess the design only shows the original PDF on the left as it is, without parsing, right? Is the section on the right (Education, Experience) hard code or dynamic?...

For a behavioral question, the answers are "always" depended on the situation of the interviewee. What do you think if we could add sub-questions to differentiate contexts for the answers?...

> Edit: Correction, going to the organisation settings, clicking 'teams', clicking the title of the 'owners' team and then clicking update did in fact fix the issue. This trick works...