Kun Yan

Results 15 comments of Kun Yan

@zmiklank $NPM_BUILD is a good for some monorepo use `nx` or `lerna`

I noticed same behavior. not sure if it caused by react-keycloak or keycloak.js

@vhpoet https://github.com/kunyan/koa-cors/tree/next

@vhpoet I can't push a new branch to upstream :(

@evert0n can you checkout a new branch named "next". and I will create a PR to it. then you can publish a new package to npm. the user could use...

pls use this until @evert0n push new patch ``` "koa-cors": "git+https://[email protected]/kunyan/koa-cors.git#next", ```

The best solution is create a `.npmrc` file in your project root directory with following content ``` legacy-peer-deps=true ``` It will only apply to your current project without impact any...

https://github.com/spaship/spaship/blob/7ed228a45b29f223bb1005db338424b883c25057/packages/cli/src/services/deployService.js#L53 It should `reject(rawData);`

I did a test on ![2020-10-30 11-26-07 2020-10-30 11_27_05](https://user-images.githubusercontent.com/752130/97656647-dbd31500-1aa2-11eb-935c-d648be986680.gif) my local

@mwcz since we decided use mongoose to replace native mongodb client. I removed mongo mock part for development. There still have a mock database for unit test https://github.com/spaship/spaship/blob/daf58ad76b28570153603df923180031a78a10c6/packages/api/controllers/apiKey.test.js#L27-L51 I think...