Denis-Adrian Cristea

Results 88 comments of Denis-Adrian Cristea

> It might be in merit to consider either a different dependency No, using a different dependency that yields an (arguably) less correct MIME type is backwards. > or allowing/not...

Was going to say this is a duplicate, but I actually cannot find an open issue on this despite having discussed it with a maintainer before. What was going on...

You should be able to accomplish this as of v14 by just setting the undici dispatcher the REST instance uses using `ClientOptions#rest#agent` or `Client#rest#setAgent`.

The cause seems to be simple. Collection#sort (v11) -> Collection#sorted (v12) Currently, Collection#sorted returns a new sorted collection, while Collection#sort actually "sorts" the collection, updating all of the values and...

> Maybe I'm missing something here, but what do you mean by Result? This refers to Rust's way of doing error handling, see: https://doc.rust-lang.org/std/result/ Some folks here have made a...

Still happening on the current version; Script successfully runs error-less yet OBS game's capture makes it crash.

once #9416 is merged and we move `REST` to async event emitter this will be resolved

This was discussed internally but I forgot to comment here - there's nothing we can really do here. This is a limitation of JS runtimes that we cannot work around....