Oscar Busk

Results 24 comments of Oscar Busk

Yeah so running `node ./bin/moon` works fine while running `moon` has some various issues. You could wrap the clearlines with `if(process.stdout.isTTY)` to atleast make it run in those situations. But...

Seems like the "correct" approach would be to use [`fixupConfigRules()`](https://eslint.org/blog/2024/05/eslint-compatibility-utilities/#fixing-an-imported-configuration). This worked for us; ```js const eslint = require('@eslint/js'); const tseslint = require('typescript-eslint'); const eslintrc = require('@eslint/eslintrc'); const { fixupConfigRules...

> I don't understand how you can call "patching" a correct approach. It's just a temporary patch. To make it work right now of course, not as a permantent solution

@FredKSchott I'm not sure what "watch mode" would be for personally, but if people are asking for it, then yea, making use of the performance gain of `incremental: true` would...

@FredKSchott So without knowing how any watch mode would work, the fix would either be to override the `incremental` setting in the builder, or alert the user to disable the...

There was some improvements to the type surrounding the ChangeType and FileType, but the default export is still the same, so I've rebased this PR let's see if we can...

An improved syntax to be able to configure entries for multiple MIME types like that would be a very nice way to be more flexible in the configuration, but would...

Yes! It makes perfect sense as default behavior, but I'll argue it causes confusion when settings on the matMenu itself is ignored, and that triggering via a button cannot behave...

Realized one issue for timeline, changing back to draft

> Realized one issue for timeline, changing back to draft Ah ok it's all good.