Martin Hochel

Results 128 comments of Martin Hochel

So I dig into the source a bit, and the problem is not within lookahead. the issue is that the lint rule is matching only against filename, whilst ignoring the...

> When you do localStorage.keys on a real instance of localStorage, you get back the keys you've stored, but when you do it on an instance of node-localstorage, you get...

![image](https://user-images.githubusercontent.com/1223799/160110476-1bed36d4-ac40-4aa7-9f0e-b90a0c332d49.png)

facing same issue with yarn 1 + yarn workspaces ### workaround make sure to manually create javascript file with the same file as you executor/generator implementation with following content: ```js...

updated issue description/title based on feedback

something standard like https://www.npmjs.com/package/debug should do the job quite well and without hard effort.

after further investigation of source code I can see that this is already implemented ![image](https://user-images.githubusercontent.com/1223799/158210866-e1072e61-4fca-461b-b30b-fa1852efb892.png) ### actionable: I'll send PR with: - updated docs - CLI showing proper flags that...

yes, those two are the primary ones I guess. In the meantime you can do something similar with little utility method https://hotell.gitbooks.io/ng-metadata/content/docs/api/testing/function.html see that `queryByDirective` at the end. What link...

oh thanks for pointing that out, updated!