Daniil Dubrava

Results 34 comments of Daniil Dubrava

It's not relevant anymore. `nx release` allows to skip NPM publish. So it's not a huge problem to manually build two libraries and publish them.

After migrating to ESLint 9 (https://github.com/ddubrava/angular-yandex-maps/issues/268), it seems that all rules work. At least, rules from `plugin:@nx/angular-template` are working. The only issue is that warnings are hidden, when you run...

https://github.com/tajo/ladle/blob/a53ff48aa3584ef88c74a2a7288bd983933a12bc/packages/ladle/lib/app/src/args-provider.tsx#L110 https://github.com/tajo/ladle/blob/a53ff48aa3584ef88c74a2a7288bd983933a12bc/packages/ladle/lib/app/src/args-provider.tsx#L112 All "falsy" values use the defaultValue. Replace it with undefined, please

> The TypeScript checks works also with v4. Not all developers use a code editor with intellisense... But yes, feel free to suggest a PR with changes to address this....