Keith McDuffee
Keith McDuffee
Re: Apple App Store, I'd think homebrew would suffice.
@AntonOfTheWoods @AlainD- I've since moved on to Lexical for my RTE needs. Heavily supported (and free), developed by Facebook. https://github.com/facebook/lexical
I use websockets to relay notifications to toasts. If the tab is in the background, this could queue up a lot of toast messages that would then spam the display...
https://github.com/dsdanielpark/Bard-API
I was seeing something similar on horizontal autoScroll and when I set `acceleration: 1` it helped a ton. ``
Hitting this issue as well (at least in the simulator) and am resorting to this to get around it for now: ``` const onSpeechError = useCallback( (e: SpeechErrorEvent) => {...
I had the same behavior when attempting to create a network with perhaps too large a subnet, though I did not get an error/warning when doing so. AS soon as...
This worked for me: `import Parser from 'rss-parser/dist/rss-parser.js';`
@di-sukharev I tried with the `AI_PROVIDER` flag and not having any OPENAI key set, but the application errors out saying I need to have the key set. If I set...
+1 The context switch from iTerm2 to Warp is jarring, as I had always used mouse focus to switch windows. Now I often forget to click the window before typing.