jyn

Results 776 comments of jyn

Is there any progress on this? I'd love to have it for https://github.com/actions-rs/audit-check/issues/126.

> Ideally, we should provide a mode where you can apply them anyway (cargo clippy --fix --apply-all-suggestions?), This exists today as `__CARGO_FIX_YOLO=1`. It would be great to make that more...

@NikosEfthias sample usage: > I was supposed to check if I accidentally commited tax crimes today via armchair lawyering but we can just yolo that

Looks like there's a (slight) more recent container at https://github.com/dodeeric/omeka-s-docker/

I started working on a more up-to-date version, still using an old version of mysql for now. https://github.com/jyn514/omeka-docker

> Improve rustdoc's performance and memory use significantly If someone can give a flamegraph or `perf mem` record, I'd be interested in improving rustdoc's performance. Or you could measure it...

Run without `--features=cli` and you should get the error: `cargo geiger --lib`

They don't want to remove the `transmute` for performance reasons :/ https://github.com/rust-lang/log/pull/392#issuecomment-611991970

> e.g., using a module-namespaced set of new-typed constants rather than an enum: the behavior when matching on that enum is then never-exhaustive, and so forces users to handle it...

Hmm, looking at http://docopt.org/ it looks like this is intended behavior, since `[--dir ]` is the same as `[--dir] []`? Why is the `--` being ignored, though?