clover caruso

Results 232 comments of clover caruso

Followup TODO: - [x] Prevent source contents from staying in memory forever

while working on Creative Toolkit, I've noticed that streaming a response with fetch is extremely hard and barely functioned; however this was from a browser point of view and not...

For the record, #7 must be merged before we continue dev on the data models

While i love the naming of `model`, it might be better to call it structures as - other libs call it that - discord api library does that too unless...

I'm going to expand the scope of this to getting documentation on every built in hook, not just the misc ones. In addition to the docs mentioning the hook, there...

purplet uses global web standards like websocket, but it should be automatically polyfilling these. it seems the polyfill package isnt being loaded in this version. i'll make sure this is...

Oh, and then for purplet, we could offer this as a part of the config file, like `config.rateLimitTracker` or something.

~~we will use https://www.npmjs.com/package/keyv for this feature~~ nevermind, this does not support non-node environments by default. we need to find an alternative. it should be available by 2.0 release. in...

code around here has to be modified to use the async key value store: https://github.com/CRBT-Team/Purplet/blob/main/packages/rest/src/Fetcher.ts#L37. shouldn't be too difficult.

when `InteractionError` is written, the default formatter should be a static method on it, meaning the default config entry is just `formatter: InteractionError.defaultFormatter`