Brennan Cheung

Results 11 comments of Brennan Cheung

The other solutions were causing it to always have focus at the end. If the user changed the cursor to the middle it would still jump to the end. This...

I had to `pip install moviepy` and `apt-get install ffmpeg` for it to work. I had another error when trying to use `tensorflow-gpu` having an incompatibility with the nVidia cudnn...

I want this feature too. Since I guess it has been decided that this won't be added, I just hacked it in by adding `console.log('\x1Bc');` to the `reporters` directly. Just...

@ja-martinez I discovered it was indeed registered in bun and ran the remove command you mentioned. I haven't seen the old version overwrite the new version yet so fingers crossed.

Seems like an issue with `SuggestionMenuController` not just the slash menu itself. You can reproduce it on the docs website directly https://www.blocknotejs.org/docs/ui-components/suggestion-menus Scroll down to the mentions example and type...

Can someone link the duplicate? I did a search before creating the issue and didn't see anything. I'm curious what was said and if there is a solution.

Some additional context and how I got it to work: ``` โžœ ~ which claude /home/brennan/.bun/bin/claude lrwxrwxrwx 1 brennan brennan 59 Jun 5 15:13 claude -> /home/brennan/node_modules/@anthropic-ai/claude-code/cli.js npm uninstall -g...

The text `โœ“ Update installed ยท Restart to apply` should be updated to specify that then. Restarting did nothing but hard to say whether that was because of multiple versions...

Ran into the same issue of not being able to upgrade on a completely different system and OS (this time MacOS). I tried `claude update` but it did not work....

I was thinking through some possible solutions for this. 1 might be to allow child invoked processes to be piped into Claude and streamed. So basically they run in the...