Matt Kummer

Results 16 comments of Matt Kummer

@nonAlgebraic definitely looks like it from your description – would love to update to 10.0+ but hot reload outweighs edge functions for me

Verified HMR working smoothly in `[email protected]` Tested with packages: @nuxt/cli: 2.15.8 npm: 8.5.0 node: 16.14.2 yarn: 1.22.10 Thanks team!

Another workaround that's a little cleaner is to create a module wherein you hook ```content:context``` and update the ```contentContext.ignores``` property at build time to include draft items. This removes the...

@themagicm you may be trying to build the `master` branch, switch to `newdev` Also, in the `newdev` branch you may need to comment out `currentMessageIndex_--;` in `aasdk/src/Messenger/MessageInStream.cpp` to fix the...

@waleedlatif1 will do some more testing on my end – thanks for the quick turnaround!

Sorry, accidentally had the `main` branch selected when I hit publish

#2051 fixed a debounce issue with InputToolbar that might be the culprit (audio input is set to be disabled when the user focuses away / onBlur) From that PR: ```...

@sestinj okay, I think you might be encountering that bug I alluded to (where it kicks on then immediately off) because that fix (#2051) was _not_ in place. It's intermittent...

> Had to delete not just Microsoft Teams, but the driver that it installed lol 😂 sounds about right > Is it intentional to require the user to press enter...

> Personally, in a code editor context, I'd prefer to wait for a little loader icon for the transcript to come back from the openai api, and have very high...