Phil Whelan

Results 12 comments of Phil Whelan

This would be a great improvement to developing Slack applications 🙏

We hit this as well. I can confirm that uninstalling `pg-native` _or_ setting `connectionTimeoutMillis` from `5000` to `60000` (didn't try other values yet) both solved this for us (so far......

We hit this too. Insomnia is removing characters from the extracted `operationName` ``` query Test123456789 { fake { id } } ``` Looking in the Timeline on Insomnia, you can...

We've confirmed that this bug does not exist in version 2022.6.0

Clicking here before "Send" resolves the issue... ![image](https://user-images.githubusercontent.com/93411/219102313-77152bac-5bdf-4c92-b546-4738b15a774a.png) To me, this indicates it's a UI issue. Meaning, when you're typing, the `operationName` stored in the state is being updated, but...

Thanks @filmaj! Just used your suggestion and worked great 🎉

We're hitting this too ``` [email protected] requires nth-check@~1.0.1 via a transitive dependency on [email protected] ``` Need nth-check >= 2.0.1

We're hitting issues related to Promises not resolving, which are intermixed with setTimeout calls. In jest v19.0.2 we have no problems, but in jest v20.0.0 Promises never enter the resolve/reject...

This is only solution we've been able to come-up with for some of our tests, since we have a series of alternating `setTimeout`s and `Promise`s used in the code that...