Tyler Han

Results 4 issues of Tyler Han

Currently, the behavior interfacing with the dialogflow API is if the `userStorage` does not change, `actions-on-google` does not send back the storage in the response. However, the next request no...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [ ] Docs...

This is a bit of an edge case, but we use yarn as our package manager, and it annoyingly has this code in it: https://github.com/yarnpkg/berry/blob/9c3dc22b7e3c2a2c0782ee1222b4cf9ac6a2846f/packages/plugin-npm/sources/NpmSemverResolver.ts#L144-L155 Basically it will always add...

This doesn't work on my end: https://developers.deepgram.com/docs/streaming-text-to-speech when we get a websocket message, it will call the `handleMessage` function. https://github.com/deepgram/deepgram-js-sdk/blob/main/src/packages/SpeakLiveClient.ts#L139-L162 When `event.data` itself is a `Buffer`, `buffer.buffer`, which is a...

bug