Minsu Lee

Results 93 comments of Minsu Lee

How about this? https://codelabs.developers.google.com/codelabs/android-testing/index.html#4 > ## Notes app structure: Feature separation by packages > > Instead of using a package by layer approach, we have structured the application by package...

```yaml name: 'Auto Assign' on: pull_request: types: [opened, ready_for_review, reopened] jobs: add-reviews: runs-on: ubuntu-latest steps: - uses: octokit/[email protected] id: request_review with: route: POST /repos/repository-owner-name/${{ github.event.repository.name }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers team_reviewers: '["teamA"]'...

@chabroA If you'd like to use [GitHub teams](https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams) to specify reviewers, you need to make a new PAT because the default GITHUB_TOKEN doesn't have the permission to request a review...

@danteCarvalho @thphuc https://mobx.js.org/actions.html#asynchronous-actions Yes, that documentation needs to be updated.

@all-contributors please add @amondnet for doc

@fzyzcjy @ghenry This PR has solved many issues( https://github.com/mobxjs/mobx.dart/issues/857, https://github.com/mobxjs/mobx.dart/issues/858, https://github.com/mobxjs/mobx.dart/issues/859, https://github.com/mobxjs/mobx.dart/issues/855, https://github.com/mobxjs/mobx.dart/issues/864). If you bump the version and write a chagelog, I'll merge it.

@vursin Hello and thanks for the PR! However, I'm not sure if we need this feature. Are there cases where this feature is needed? How often is that case? whole...

@alisolanki https://github.com/transitive-bullshit/nextjs-notion-starter-kit/pull/272

@transitive-bullshit When will this issue be resolved?