Vlad Frangu
Vlad Frangu
Hello, it's me again 👋 I've encountered an interesting issue with Predicates and `.any` checks. Consider the following predicate: ```ts const choicesPredicate = ow.array.ofType( ow.array.exactShape([stringPredicate, ow.any(ow.string, integerPredicate)]), ); ``` This...
The PR adds the error to the crawling context for the error handlers. Since you can throw *anything*, the correct type for errors in the error handlers is unknown instead...
*Preface: this RFC (Request For Comments) is meant to gather feedback and opinions for the 3 issues that will be mentioned down below. I understand builders tend to be quite...
### Discussed in https://github.com/discordjs/discord.js/discussions/8124 Originally posted by **didinele** June 19, 2022 *Preface: this RFC (Request For Comments) is meant to gather feedback and opinions for the feature set and some...
Feedback: After adding an account you are returned to the main inbox instead of the settings page.
I went to add a Gmail account, from the settings panel. Everything was fine, but after adding it, instead of staying in the settings menu, it went to the main...
That way, we don't make unnecessary invites for partnered servers!
lord save me **Please describe the changes this PR makes and why it should be merged:** **If applicable, please reference Discord API Docs PRs or commits that influenced this PR:**
# The versioning system for discord-api-types will change (eventually)! First off, if you're reading this, hi, didn't expect you to. This is a short PSA that in the (hopefully near)...
# DO NOT MERGE THIS IN ANY WAY, SHAPE OR FORM UNTIL WE TEST IT. The chances of this having broken literally anything and everything are higher than a kite....
Needs https://github.com/apify/crawlee/pull/1469 first