Sebastian Niemann

Results 12 comments of Sebastian Niemann

I wouldn't argue about where components are more likely to be found, but that `eslint-plug-vue` is currently not distinguishing the context (DOM, SFC, ..) when applying this rule. And recommended...

This behaviour is also not JavaScript-specific. Standard IEEE 754 floating-point arithmetic is simply not associative due to rounding errors. I think this issue could therefore be closed because `a +...

I think whenever a rule is implemented with any assumption about the actual DOM (or keywords as in #73) in mind, a custom filter would be useful to support extensions...

This would be great 👍 Especially now that NodeJS also supports ESM. Switching from `require/module.exports` to `import/export` and the generation of a CommonJS variant from it is certainly the most...

> And with that, we can also choose to not show the table at all in that case. What do you think? Sounds good to me. I've created a pull...

In case someone is interested in our current workaround using the programmatic api, here is a minimal setup of our script. ```js import * as extStrykerMutatorCore from '@stryker-mutator/core'; // Collection...

We've continued to think about how one could integrate this feature more easily. Since the script mentioned above already largely helps to implement this feature, one could consider to keep...

Are there any `help wanted` tickets as first steps? I would like to contribute towards this goal 😃 Now that AWS Lambda supports NodeJS 14 and also loads native JS...

Thanks for the feedback :) We just tried this (*including* without `* as`), but the pre-installed SDK on AWS Lambda seems not to be compatible (or we are still missing...

The code was just pasted into the AWS Lambda editor. No build process involved (at least from our side).