HyperLife1119

Results 49 comments of HyperLife1119

In fact, there is no need to assign access rights to start working! :D

So cool! I will check this out when I have time.

No need to worry about codefactor.

https://github.com/nrwl/nx/issues/15452 https://nx.dev/recipes/troubleshooting/troubleshoot-nx-install-issues Try deleting package.lock with node_modules and re-execute the `npm i` command, then check if package.lock has changed and if so, commit it.

It seems that due to re-running npm install, which caused us to upgrade to angular 17.2, the schematics test was wrong. We need to upgrade to angular 17.2 in another...

Ng-zorro has been updated to angular 17.2 via #8410 , you can merge the upstream latest commit and update package.lock again.

Thank you for your amazing work, @ParsaArvanehPA :)

We can't change the style at will, because zorro's styles are synchronized from ant design. For zorro's private/custom styles, we will write them to patch.less. We can of course add...

This feature involves several design tokens, and we may need more work to support it. These design tokens may also affect our style synchronization work. https://github.com/ant-design/ant-design/blob/03409af97f8fa8b32acad7a388eb3fd8640c7c35/components/spin/style/index.ts#L67-L92 WDYT? @simplejason @OriginRing

> > @HyperLife1119 @Nicoss54 I would be grateful if you could review my pull request. > > @HyperLife1119 i am going to tackle this if you’re ok ? Give it...