Alex Xi

Results 15 comments of Alex Xi

This would be helpful, an interactive shell to choose a simple initial configuration.

Interested in this issue, could use this library: https://github.com/charmbracelet/bubbletea

I ran into the exact issue and was able to fix this by doing: ```ts const quillRef = useRef(null) useEffect(() => { // @ts-ignore quillRef.current .getEditor() .getModule('toolbar') .addHandler('image', () =>...

Hey Keming, interested in taking a look at this issue, I briefly looked into some rust crates for this feature and found [this crate](https://github.com/jaemk/cached). This crate seems to have support...

Good point. Do you think the cache should be aware of the exact content type?

Hi, thanks for opening the issue. I've been trying to use this theme for months but wasn't able to because the coloring was off 😞 . Thanks for getting on...

Gave you a sponsor, keep up the good work!

### Implementation notes (Ignore) - Envd needs to: - Install syncthing (bin) locally - Communicate envd-server endpoint to set up and start the sync - Envd server needs to: -...

# Proof of Concept For a proof of concept, I added a syncthing container to `environment_create.go` [here](https://github.com/AlexXi19/envd-server/commit/8435029168d8ce8ce60f09a036a2f7411d99b187), and manually configured the file sync connection between the source folder and the...