Jon Sakas

Results 20 comments of Jon Sakas

Ok - after linking the `twilio` module locally to try to resolve the bug myself, I found that done is in-fact called correctly, but any errors within the callback are...

It looks like since these are generated files I can't submit a PR but this is what I added locally: https://github.com/twilio/twilio-node/compare/main...jsakas:twilio-node:main

@ksocha @maslianok We have seen this issue for quite some time (at least since 6.1). It's visible in our Sentry logs and also Cypress fails on this error (unless we...

Also should note that changing refresh mode to debounce seems to resolve the problem.

Here is a workaround until someone gets around to merging that PR. ``` CONVENTIONAL_GITHUB_RELEASER_TOKEN=xxxxx conventional-github-releaser -p angular -r 1 -v ```

The poor performance could be improved with a simple debounce. If I type a word such as `Redirect`, it seems to try to render the graph for every keypress, which...

Hi @jquense, thanks for the reply and outstanding library. I see the option you are referring to now; however, in the functionality I've described, the scroll would only be disabled...

> The responsibility of this lib is to provide the files that were either dropped or selected and run simple client-side validation on them. It should be the user's responsibility...

Hi, I can't get the available tests running at the moment so I quickly created my own to demonstrate. I can confirm this issue and would like to help get...

A configurable `SpecWriterAdapter` & `SpecReaderAdapter` would be great, with a few prebuilt options for likely uses cases. Since this is built for Firebase, storing a JSON document in Firestore or...