Rémy Choffardet

Results 8 comments of Rémy Choffardet

> I got rid of the "TS2321: Excessive stack depth comparing types" error the way you suggested, but only on Typescript 4.4.3. Run without errors. > > On version 4.7.3...

Hello ! Same issue here, any work arround while this is being fixed ?

Thx i was looking for this ! Works well with typescript !

I tried to use it with videoroom plugin and it worked well on 0.x Unfortunetly i switched to janus 1.x and Janode is not compatible with it. This is not...

@atoppi No sry that's not what i wanted to say, i wanted to upgrade to 1.x in order to use multistream features but janode does not support multistream syntax as...

When adding a condition: ```ts if (!this.#waitingForReply.head) { return {}; } ``` It crash else where, i dont understand why `this.#waitingForReply.head` or `.shift` is `undefined`

I am gonna try to reproduce, where you using redis-stack:7.4.0-v6 or alpine redis image ?

I investigated, When using ``` createClient({ url: `redis://localhost:6379`, RESP: 2, }) ``` It is not working and i have the error i showed you. When using ``` createClient({ url: `redis://localhost:6379`,...