David Wong

Results 326 issues of David Wong

Make sure that we can click on the code to jump to (Github) source

add latex to the respec stuff

First, I think we should have some good defaults when parsing files based on the file extension. Perhaps we can use this: https://docs.rs/comment-parser/latest/comment_parser/ Second, I think you should still be...

Github can detect machine generated file, and display them differently. For HTML it's here: https://github.com/github/linguist/blob/master/lib/linguist/generated.rb#L708 no implementation exists for markdown though in both cases it sounds like adding something like...

Curly braces should probably be escaped from comments that are being extracted from files

I think cargo-specification should support: * different backends to produce an output (zkdocs, respec, gitbook, mdbook, single-page RFC, noise-type spec, etc.) * running commands to generated parts of the specification...

For Rust, specifically, which has good support for hardcoded doc, it becomes a bit awkward to mix documentation with specification comment. Ideally specification text should not collide with rustdoc comments....

It'd be cool if we could use the tool to do that as well o.o

enhancement

Hello, I'm looking to run some initialization once before starting any benchmarks. How do I do this? Thanks! I found my answer for criterion here: https://www.reddit.com/r/rust/comments/8uj5oa/criterion_benchmark_with_onetime_setup_also_how/ (btw it would be...