Mo Bitar
Mo Bitar
They aren't the same. You change the README, I (try to) change the docs.
@Schniz I don't know where to fix this CI problem with unsynced docs. Probably in TS. Can you please fix it?
I don't think that we should reinvent the wheel like the documentation of Rocket. mdBook is very familiar to the Rust community and should in my opinion be used for...
If not mdbook, then I would definitely suggest Zola as a static site generator. It is written in Rust and used by many Rust fellows.
No, the problem is that it doesn't export after `:w` when it has dirty changes.
Here is the weird behavior: https://github.com/user-attachments/assets/9e3dc474-cd44-46cb-a8fa-d616311d9fa2 Here is the log file produced in the video: [helix.log](https://github.com/user-attachments/files/19107953/helix.log) Output of `tinymist --version`: ``` tinymist Build Timestamp: 2025-03-06T11:50:20.081411347Z Build Git Describe: 78b80d41 Commit...
@lvgrr Are you also using Helix or another editor? Just to find out if this issue is specific to Helix.
I am open to a pull request :)
Huh, weird. If we can reproduce it, maybe we could exit with a helpful message.
A quick search for "Clippy install Rust" in DuckDuckGo leads to https://doc.rust-lang.org/clippy/installation.html which shows you the default installation method: ```bash rustup component add clippy [--toolchain=] ``` There is a link...