Duane Bester
Duane Bester
Automatically appends the null terminator to strings. ```clj (def buffer (buf/allocate 6)) (buf/write! buffer "hello" buf/cstring) (buf/read buffer buf/cstring) ```
## Description This PR Adds the ability for users of the library to provide code block actions for code blocks rendered in markdown (or anything that uses the TextViewStyle). I...
This is a feature request to add support for ghost text to the editor. This would allow us to have Agentic AI Tab completions like the cool kids in VSCode....
Closes [1729](https://github.com/longbridge/gpui-component/issues/1729) ## Description Adds support for inline completions, which allows the editor to support agentic "tab to complete" solutions. This works, (tested macOS), but not sure of any gotchas...