Alex Malkevich

Results 96 comments of Alex Malkevich

Just had a quick glance at the rule code and it seems that most of the code is stateless (with an exception to a [small string variable](https://github.com/gund/eslint-plugin-deprecation/blob/df4dc2319d058ac0b367d71abe7585624b9510ce/src/rules/deprecation.ts#L108)) which means that...

I'm not sure it should not report deprecated usage within deprecated code as you still should be able too see every place where your code accesses deprecated things. Also even...

Seems like an issue with CDK overlay/component portal to me. If it's working in normal context then there is nothing wrong with the library itself. For whatever reason when your...

Hey @theoarav actually it is working if you provide the `SignalComponentIoModule` in the app root level, look at this stackblitz: https://stackblitz.com/edit/stackblitz-starters-dggy3kxm?file=src%2Fmain.ts Now signal output works even in the overlay since...

Closing as the issue is resolved and solution available above.

I'm running all projects inside docker containers to encapsulate all dependencies including NX and facing same issue with some executors like `@nx/vite:dev-server` which hangs "Waiting for app:serve:development in another nx...