Results 1383 comments of Vincent Prouillet

A big +1 for getting `cargo outdated` built-in. I've been using `cargo-outdated` for ages now but as @behnam says, it doesn't support workspaces yet and I use so much with...

> I'm not sure what build-dependencies is here. But, about dev-dependencies, agreed that sometimes it's not a concern and better be able to leave it out of calculation. So, maybe...

On my machine for the latest versions: ```bash test bench_comrak_article ... bench: 205,675 ns/iter (+/- 28,488) test bench_comrak_awesome_rust ... bench: 2,904,542 ns/iter (+/- 329,912) test bench_pulldown_cmark_article ... bench: 148,004 ns/iter...

It looks like it's just missing compressed output to be a good replacement to sass-rs? Would you consider this library ready @connorskees ?

Nice! I'll make it an opt-in feature of the next version of Zola. The listed features are pretty niche I think so it shouldn't cause issues for most users I...

@connorskees is this project still active?

Can you use dart-sass for the spec rather than Ruby like https://github.com/kaj/rsass does? Ruby is a pain

It's on npm: https://github.com/kaj/rsass/blob/master/check_spec#L32-L37 I don't have bundle etc but I can run the test suite there

It would be great. It might be slower but since I never managed to get the ruby sass spec running it's still better for me.

Hey I agree that some of the functions in dbmigrate should probably be in dbmigrate-lib. It's mostly due to the fact that dbmigrate started as a binary only and some...