Gabe Duarte

Results 30 comments of Gabe Duarte
trafficstars

> Definitely want this, and plan to add it after 1.0 release. @justinmk Is there any place where we can see what is missing for the 1.0 release? That message...

I wanted to jump in here as well since I had this issue a while ago, and found a solution which might not be perfect, but works for all cases...

But as far as I understood, that would only fire when it was successful right? At least on my tests, it didn't say anything after joining an unexistent or suspended...

I know that [twurple](https://twurple.js.org/) (a popular javascript twitch client with IRC support) does that, and looking through its code, according to [this part](https://github.com/twurple/twurple/blob/784c877a9b8b784a886e8d2a6c0f1f78e207a2d9/packages/chat/src/ChatClient.ts#L740), the way they do it is: On...

I usually see this as being disabled by default, but with the option to enable it, like for example with the crate `twitchchat`, this behaviour can be enabled if you...

I opened a PR to apply the above patch on the package, in case you want to follow it: https://github.com/intercom/contentful-typescript-codegen/pull/159

Hey 👋👋 Thats weird, I've been using it for a few extensions and its been working normally... Some questions: - Do you maybe have a minimal repo where this problem...

This was also happening with me and all my coworkers that use mac for development. The "solution" we found for now was to use [OrbStack](https://orbstack.dev/) instead, it's a drop-in replacement...

We were experiencing the same, having this randomly appear on different tests, but we got to completely "solve" this by downgrading cypress to `v13.5.1` (we were using `v13.6.1` before that)....

I'm also using yarn, so I got to solve this by adding the following to `package.json`: ```json "resolutions": { "docz*/**/babel-loader": "8.0.5" }, ``` Not the prettiest solution, but works as...