Sagnik Pradhan
Sagnik Pradhan
@LexusSpeed03 Discord.io doesn't have a builtin option to delete the last 100 messages. What you can instead do is use `bot.getMessages()` and get last 100 messages. Then make an array...
Edit - Do this instead https://github.com/prisma/nexus-prisma/issues/191#issuecomment-1098401592 Temporary solution would be using node_modules linker instead with `yarn config use nodeLinker node-modules` (followed by `yarn install` OFC)
Aaah, right, forgot about this issue. You could do similar with yarn pnp too, using [package extensions](https://yarnpkg.com/configuration/yarnrc#packageExtensions) and declaring chalk (4.x) as a dependency of floggy.
Seems to be an issue only with Apple mobile devices? Works on my android tablet and mobile too.
Will you be adding anything about Promise methods? And Callbacks?
Update, the only current workaround is to use the node-modules linker. _Something is better than nothing ya know._
Is this an inbuilt feature you are referencing? @jferrettiboke
In case it is helpful, more error stack traces and code ```ts it("Should throw and catch error", async () => { render( {error.message}}> ); await screen.findByText("Loading"); await screen.findByText("Hello, I want...
I think dark mode fans would not be happy 🤣
Seems like this can be closed. OR. We could wait till I flesh out configuration validation.