xray
xray copied to clipboard
An experimental next-generation Electron-based text editor
As posted in the [original repository](https://github.com/atom/xray/issues/177) letting Xray die would be a real pity. I was hoping in a response from its maintainers – I still have questions about where...
Here's finally an initial implementation I'm proud. Xray CRDT representation is now based on Memo. It is possible to open local and remote projects, but some more work to perfection...
After taking quite some time in understanding Xray and Memo implementation, I understood that instead of focusing on smaller tasks, the best way to proceed was actually to implement the...
I tried to pickup TODO in `xray_wasm`, but I think is not really possible to continue with this. The idea is to use `requestIdleCallback` for Xray background executor, but, since...