NullVoxPopuli
NullVoxPopuli
Thanks, I've copied that into the test suite here: https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/pull/475 dunno when I'll have time to fix -- but thanks for reporting!!!
Looks like this was maybe fixed in #501 and #502? If not we can re-open
Hello! Thanks for reporting! And chance you'd be willing to set up a minimal reproduction following examples here?: https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/tree/master/smoke-tests/issue-reproductions
any thoughts on how the configuration would be? ```ts 'decorator-position/redundant-invocation': ['error', { require: ['@computed'], omit: ['@service'], }], ``` meaning: ```ts // bad @computed get foo() {} @service() someService; // good...
> () is super important. > called decorator is behaving as factory and this usage is very case-specific. > I think that's a very ember specific use-case. it's not ember...
Mine is a v2 addon and I removed all the build complexity, if that matters to folks. I also added some stats on build size -- the whole library is...
ooo, that'd be cool. Def useful. @SergeAstapov, want to open a PR? :)
gonna close this since the blueprint has drifted, and Tailwind v4 w/ vite makes setting up tailwind only 2 lines! so nice!
I may also have this issue -- but less so a CPU spike -- but a process spike. I get ```bash bash: fork: Resource temporarily unavailable ``` everywhere on my...