-
patsplat
I'm sliding in as a lurking to say THANK YOU so much for creating the Gram editor. This is perfect, it preserves everything that was great about Zed (the editing performance) while dropping everything frustrating about Zed (the AI integration). I appreciate this fork so much, I can't wait to make it my daily driver. Thank you so much.
-
patsplat
* as a lurker, not as a lurking
-
krig
Thank you!
-
krig
Oh about wasm extensions: I like the idea too but the cost / baggage it comes with at the moment is annoying in terms of dependencies, binary size and compile time, plus any user needing to have the whole toolchain for both rust and wasm/wasi
-
tautologico42
makes sense
-
tautologico42
we could use simpler compilers targetting wasm so users wouldn't need the whole rust toolchain (assuming no extensions are written in Rust, I don't use any extensions so I don't know)
-
tautologico42
IMO Rust is not the best option for writing extensions anyway