Erin
Erin
Rewrote the rest of the warning descriptions to be consistent with each other. I've elected not to copy these changes to warnings emitted on the client to avoid potentially breaking...
`UnknownInteraction` [is still a thing on latest dev](https://github.com/abalabahaha/eris/blob/1a6e043331aea04de307a71d2e50e9680d1a5ae3/lib/structures/Interaction.js#L46-L47). > TypeError: Cannot read properties of undefined (reading 'emit') > at Function.from (/root/BruhBot Canary/node_modules/eris/lib/structures/Interaction.js:43:22) > ... In the commit you referenced, 1a6e043331aea04de307a71d2e50e9680d1a5ae3,...
oh, duh, that makes sense. Since `client` is passed in that method, should be an easy PR to fix it; I'll do it later tonight if nobody beats me to...
I don't think anyone is debating that CJS and ESM are structured differently. However, like you said in your first comment, Eris already has explicit support for ESM consumers by...
Can't seem to reproduce this behavior on old Reddit, RES 5.18.11, FF 74 on Win10, beta enabled, with a the "Lite" RES settings preset. Could it be an issue in...
Any movement here? I'm developing a cross-platform library that depends on SwiftyJSON and having this fixed would be a huge benefit!
After applying that fix on a local checkout of this branch under Ubuntu 18.04 in WSL 2, it still doesn't work. I've changed the line to: ```swift case (.number, .number):...
I'm looking for this as well. I've gotten it to work by adding a strategic `| Partial` to the existing `RequireExactlyOne` definition, though I'm not sure this is the simplest...
Ran into the same issue tonight. Here's what I found: `"emoji-mart": "npm:emoji-mart-lazyload"` is generated by [`yarn add @npm:`](https://classic.yarnpkg.com/lang/en/docs/cli/add/#toc-yarn-add-alias) in Yarn classic, which creates an alias causing one package to be...
This is making it difficult to use Rollup for my browser extension. I want to use Rollup because I'm working around a bug that prevents me from using ES6 modules...