LJ
LJ
As far as I know, the main cases where this code throws are Discord outages and internet problems. In both cases (and I presume in any case really), the actual...
Eris currently has a minimum supported version of Node 10. However that version was released in 2018, isn't maintained anymore, and doesn't receive security patches. With Node 16 entering LTS...
Whenever I start the process, it triggers hundreds of errors, all nearly identical to the following: ``` 7/12/2020, 12:49:30 AM [WARN] Blocked (51.30170703125ms) [ ' at link (internal/modules/esm/module_job.js:42:32)', ' at...
With the addition of [`BigInt`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt), JavaScript now has a type that can reliably store snowflakes as Integers. This type has been in node.js for almost a year now, and uses...
When `import`ing a CommonJS library, it's flattened into a single object, and you're unable to take advantage of any ESM features. However if you add a few lines to your...
I want it to log into `logs/mm-dd-yyyy.log`, but if the program is online for more than a day this will become outdated, how would I make it automatically switch to...
It was pointed out in #210 that experimental features are treated the same as unsupported ones. This is less than ideal, as while it's not possible to use unsupported features,...
**Describe the bug** With the "Use Local Cargo Index" setting enabled, the extension provides seriously outdated crate versions. Disabling that setting resolves the issue, but re-enabling it does solve the...
This PR adds full ESM support for all viable versions (Node 12-14 and above), while also maintaining full CommonJS support in every version. This is achieved through a very simple...
This is based on travis coverage, as I couldn't find a better indicator of supported versions (such as `"engines"` in `package.json`). Node 8, 11, and 13 are no longer maintained...