Lach
Lach
I don't remember that much, I just have huge pile of broken code and wireshark usb pcaps stored on my nas.
For some reason, when package.json contains ```typescript "exports": { ".": { "default": "./src/index.js", "module": "./src/index.mjs" } } ``` Fresh+vite prefers default commonjs export instead of module, this breaks many other...
> Yeah, on top of that those "module" entries are not ESM. They are CJS with ESM syntax. Huh? You mean they are non-spec compliant, e.g importing files without extensions/with...
Opentelemetry seems to use almost proper es modules in exports.module (except it requires sloppy imports) Except vite is using default export instead, and as far as I can see, fresh...
For me, it happens very rarely, and only in some projects, but when it happens - it spams a lot (Not on every keystroke, just lots of error messages appearing...
Huh, I think I discovered something even funnier on neovim(?) side, now I'm wondering what information I can deduce from that behavior. https://github.com/rust-lang/rust-analyzer/assets/6235312/e9ad4133-3e5e-4177-9c45-011d21105868 I have two windows open side by...
Furthermore, If you try to use buttons on MMU to choose the filament manually (which it allows you to do), it will get stuck in "disengaging idler", because it is...
[Stalebot should die](https://nostalebots.xyz)
With Nix, the package manager is responsible with installing extensions on the local machine, when you want to add an extension - you add it using Nix. The extension directory...
> @CertainLach Does jrsonnet re-use any/all of the test suite from here or from go-jsonnet? I have tried to integrate jsonnet testsuite in jrsonnet, but ended up only running it...