Homa Wong

Results 275 comments of Homa Wong

Currently, how can we create an archive for a sub-package? My workaround is to create a `composer.json` in the sub-package and repeat the same information as if it is a...

https://github.com/unional/type-plus/blob/main/ts/predicates/CanAssign.ts 🌷

Can someone look into this? This is a blocking issue.

@rolaveric , you can use any sample in https://github.com/unional/karma-systemjs-sample All three of them are working on command line but have the cache problem when runing in webStorm / phpStorm. I'm...

Same for color. Here is a repo: https://github.com/unional/standard-log run `yarn storybook` ![image](https://user-images.githubusercontent.com/3254987/61114011-468eb600-a444-11e9-8b0d-9987fa4c9964.png) Top part is `console-feed`

Maybe consider monorepo support similar to `turbo` and `rush`. They are both very efficient.

> I prefer pnpm `npm/yarn/pnpm` are orthogonal to `lerna/turbo/rush`. One are package managers, the others are monorepo tools.

Agree. IMO `pnpm` doppleganger solution is also the way to go. The point I want to make by bring yo `turbo` and `rush` is the ability to efficiently running multiple...

> but how rush run custom npm scripts in subsets? It run reserved keyword instruction only. It does not. `rush` has it's own way to add commands to the system....

I'm not sure at the moment. Will see if I can dig up the test to validate it. Thanks for asking. 🌷