David Wong

Results 284 issues of David Wong

there are some inconsistencies, this repo really needs a sample repo to test again. I think our use of guppy is imperfect

cargo geiger seems to pick up some unsafe code in pin-project, but not when used in dephell:

- [ ] number of github issues - [ ] code on github matching the code on crates.io - [ ] status/number of issues reported in rust-advisory - [ ]...

https://crates.io/policies#crawlers

I should be able to specify path like that: ```toml thing = "@/some/path/to/file.rs" ``` instead of ```toml thing = "../../../../some/path/to/file.rs" ```

right now we can't configure the placeholder syntax `{ thing }` which collides with latex. It'd be good to change it to something like that `` perhaps (that wouldn't be...

from str4d: > Binaries named cargo-foo do not look language-agnostic, as that naming specifically is for integration with cargo as cargo foo we should probably rename cargo-spec to something else,...

The code might be much easier if we just extract all the comments with something like https://docs.rs/comment-parser/latest/comment_parser/ so we can support many languages One problem is with instructions like `spec:startcode`,...

these lines: ```rust panic!("could not find file to watch {}", file.display()) ``` should probably be turned into just printing an error, as file watching should be fixed at the next...

here it is: https://github.com/martinthomson/i-d-template