Mauve

Results 13 comments of Mauve

I started looking into this. Some issues/notes so far: * Tests in sub-chapters aren't run (tfpk/mdbook-keeper#2) * It doesn't seem to understand `{{#include some/file.rs}}` * Output doesn't appear incrementally *...

I have something that I'm fairly happy with, when combined with all of these changes to `mdbook-keeper` * tfpk/mdbook-keeper#2 * tfpk/mdbook-keeper#3 * tfpk/mdbook-keeper#4 I have things running comparable to `mdbook...

I didn't think it was possible to have both a `[workspace]` and (e.g.) a lib in the same `Cargo.toml`, but apparently it is. I've updated [my branch](https://github.com/mauvealerts/comprehensive-rust/tree/keeper) to just use...

> I would love to see an explanation for this — I see the diff here, but it's not clear to me how this fixes a problem 😄 You can...

I included links to both `AsyncBufReadExt::lines()` and `Lines::next_line()` as a single list-item, since they're so closely related. If it's too cluttered, I agree `Lines::next_line()` is more relevant.

Yes, this should be ready to merge AFAIK.

I also completely redid the example. It feels a bit cluttered, but I think it more clearly shows the problem and the solution.

I had this happen on Windows, not my Linux machine. I took a look and `http://localhost:3000/book.js` contains `../third_party/mdbook/book.js`, which made me think of symlink issues. Indeed `themes/book.js` is supposed to...

The settings are: * Enable Git symlinks via `git config --global core.symlinks true` * Enable Developer Mode (on my Windows 11 machine, it's under Privacy & security > For developers)...