Nicholas Narsing
Nicholas Narsing
Sounds like a GPU driver issue. Do you see anything of interest in dmesg?
@bezerker Try adding `i915.enable_ips=0` to your kernel-command-line.
Duplicate of #873, but certainly more important now that date-fns advertises first-class timezone support. Seems like this was missed when implementing timezones.
Duplicate of #2549
@shunxing Still waiting on the maintainers to take a look.
@Andarist @emmatown Would it be possible for someone to take a look at this PR? The lack of support for ESLint 9 is holding end-users back from upgrading in their...
The ESLint plugin does not export any configurations, so there are no changes needed for flat config.
I do. For business/infosec reasons, I'm not able to use Garden Cloud or the remote container builder. My team has no plans to upgrade to 0.14 for now, because we...
I have `allowSyntheticDefaultImports` and `esModuleInterop` both set to true in my tsconfig.json. > The package is CJS, so it only has a default export I see, I had assumed it...
Their [documentation for defining configurations](https://eslint.org/docs/latest/extend/plugins#configs-in-plugins) in the flat config system includes a code example that implies you are meant to use the same object that is exported, but they do...