aaronvg
aaronvg
Would you recommend instead querying the track's volume at a faster rate than rely on the volume Indicator callback?
**Describe the bug** groupStyles undefined **To Reproduce** Create virtualized message list and a custom message. Get the groupStyles in the CustomMessage ``` const { isReactionEnabled, message, reactionSelectorRef, showDetailedReactions, groupStyles, firstOfGroup,...
Chromium seems to have added support to choose the output device (see https://github.com/WebAudio/web-audio-api/pull/2498) Are there any plans to add `setSinkId` to this library? Could I just cast the AudioContext object...
Any tips on how to setup pylance to work with instructor properly? I set up a new poetry project, installed instructor, copied the code snippet from the README, but it...
I see it discussed here: https://discuss.codemirror.net/t/always-show-linter-panel/7065 but unsure how one can add this in React CodeMirror.
I think a guide would be nice -- for some reason I can't get this to connect to my local clickhouse instance running on docker. **How I'm starting docker instance...
Is there a way to do this or do I always just have to create a new one?
Some edge runtimes only have a limited number of node APIs available. For example, vercel's runtime does not have the `fs` API: https://nextjs.org/docs/app/api-reference/edge#unsupported-apis I noticed the index.js script generated by...