Joe Clack
Joe Clack
This is pretty awful, I can't lie. `NodeNext` is practically unusable due to - lack of (good) documentation/examples - Impenetrable path aliasing (I vehemently reject `../../`, that is an abomination)...
yeah, sorry. Was very frustrated last night. Turned out my path aliasing was working just fine but needed the `.js` extensions - the error was incredibly vague ('cannot resolve...')
I'm running into this problem running natively on Ubuntu 22.04. It seems to happen whenever I try to access the `Author` or `Committer` signatures of a commit, i.e. whenever the...
I am still having this issue using the latest version of pm2, 5.4.2.
I think this is doable with some Cecil magic, but it will be tricky to avoid breaking compatibility with existing mods that have that snippet 🤔
Good points. I think probably the way to go is 1. make it an option, but the default is to add the snippet 2. attempt to search for the existing...
We could alternatively provide a package containing compile resources, ie the snippet as a static method, and have people either package reference it + call it from an appropriate place...
Node.js will support `import.meta.main` shortly - see recently landed nodejs/node#57804
It seems like `scale` might also be affected. I have a HiDPI display on my laptop; after a reboot, before login, the greeter scale is too small (I suspect scale...
It's not yet usable, no - a bit more of the to-do list needs to be done (especially the points relating to the binaries). I didn't realise quite how difficult...