Minsu Lee
Minsu Lee
- update sdk 6.2.0 - fix test : travis test pass - fix `example/ios/Podfile` : Keep pod path relative so it can be checked into Podfile.lock. - fix exmaple #217
https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team By using code review assignments, any time your team has been requested to review a pull request, the team is removed as a reviewer and a specified subset of...
Create a custom equals parameter for [`ObservableStream`](https://pub.dev/documentation/mobx/latest/mobx/ObservableStream-class.html), like what exists already for [`Observable`](https://pub.dev/documentation/mobx/latest/mobx/Observable/Observable.html). Currently, `ObservableStream` uses == to determine if the value changed. This creates an option to override that...
Signed-off-by: Minsu Lee https://github.com/mobxjs/mobx/blob/63698d0681988194bac5fc01851882b417b35f18/packages/mobx/__tests__/v5/base/action.js#L4 --- ## Pull Request Checklist - [x] If the changes are being made to code, ensure the **version in `pubspec.yaml`** is updated. - [x] Increment the...
Describe the changes proposed in this Pull Request. If the test fails, github action should fail. https://github.com/mobxjs/mobx.dart/pull/784 has failed tests, but [check](https://github.com/mobxjs/mobx.dart/runs/6815659674?check_suite_focus=true) succeeded. --- ## Pull Request Checklist - [x]...
``` cd mobx_codegen dart analyze --fatal-warnings --fatal-infos . ``` ``` info • lib/src/type_names.dart:77:28 • 'element' is deprecated and shouldn't be used. Check for specific DartType subtype and use element2 instead....
#### Description close https://github.com/transitive-bullshit/nextjs-notion-starter-kit/issues/271 ref https://nextjs.org/docs/routing/dynamic-routes#catch-all-routes ```typescript { pageUrlOverrides: { '/pages/1': 'e9d09d451d6b421f83a09af58dcfc644', '/pages-2': '91868d9734204e41b867cc3d9d68c999', } } ``` #### Notion Test Page ID https://amond2.notion.site/Notion-Test-a40abed3a9144217b23685661f6edc22 ##### original https://nextjs-notion-starter-kit-amondnet-hkwd4ls7b-amond.vercel.app/ https://nextjs-notion-starter-kit-amondnet-hkwd4ls7b-amond.vercel.app/pages/1 ##### fixed https://nextjs-notion-starter-kit-amondnet-l3fohkkb2-amond.vercel.app/...
#### Description If I set `pages/1` in `pageUrlOverrides`, that page is not found. - [pages/1](https://nextjs-notion-starter-kit-amondnet-hkwd4ls7b-amond.vercel.app/pages/1) : page not found - [pages-2](https://nextjs-notion-starter-kit-amondnet-hkwd4ls7b-amond.vercel.app/pages-2): working #### Notion Test Page ID Test Page is...
If the `downloadUrl` is future, it will be helpful when implementing other package stores. For example, I am using `gcloud` for package store. ```dart @override FutureOr downloadUrl(String name, String version)...
Signed-off-by: Minsu Lee