Raphael Menges
Raphael Menges
> Can you confirm you have `"type": "module"` in your package.json and `"module": "node16", "moduleResolution": "node16"` in your tsconfig? I have `"type": "module"` in my package.json and `"module": "esnext", "target":...
@cawa-93 can you have a look at the PR? 👉👈 I am really interested in your opinion on how to handle the `.js` extension decision!
We have not tested the Linux Build for some while. Right now we do not have time to maintain the Linux compability :(
You need Visual Studio 2015 with Update 3 and use cmake to create a solution (32bit, not 64bit). Otherwise should be straightforward, all core dependencies are provided.
Strange observation: All "touched" mouse events are also recognized as being emulated.
I have no idea about the details, but the `mouce` crate seems to have a Wayland compatible mouse hook: https://github.com/emrebicer/mouce/blob/master/src/nix/uinput.rs
Thank you very much for the explanation @kwhat! I often read comments that Wayland can makes things more complicated or even impossible and it is interesting yet sad to read...
The issue in `tar` seems to be fixed by now: https://github.com/alexcrichton/tar-rs/pull/397
> More documentation & test coverage If you create an issue and list which documentation and tests could be specifically provided by the community, I would be happy to contribute....
The quite popular module `mathjs` also requires all relative imports to feature the `.js` extension after moving to ESM: https://github.com/josdejong/mathjs?tab=readme-ov-file#code Thus, I guess this is the way. I would be...