Results 479 comments of David Humphrey

I just updated sharing, this is now working again.

@tarasglek, et al: I'm going to record a demo video to show how ChatCraft works, the various hidden features we have, common workflows, etc. I'd like some help from people...

This is good, thank you both. I'm starting to expand this into what will become a TOC or set of notes for what I want to record: https://github.com/tarasglek/chatcraft.org/wiki/Demo-2.0 Feel free...

We actually [do support up-arrow](https://github.com/tarasglek/chatcraft.org/blob/main/src/components/PromptForm/DesktopPromptForm.tsx#L179), but in a very limited way. I like your idea. We don't even need to do any changes to `localStorage` or the database, since we...

I'm not against trying the localStorage approach, but it becomes one more thing you have to keep in sync. Here's another thought: what if up-arrow goes through the previous messages...

@rjwignar you had expressed interest in working on some lower-level stuff. This would be a chance to play with some of that, if you're interested.

Cool @rjwignar. I figured you might find this interesting.

Don't worry @rjwignar, we'll be here when you have time to continue! Open source is great because there isn't a deadline. Thanks for working on this.

This is an interesting idea. We should work out the details, but I think offering a dev mode that is raw data vs. rendered is a neat way to solve...

I think this is fixed now, right? I was also wondering yesterday if we should support an audio-only mode, where nothing gets displayed. I wonder if that would be useful...