Peter Todd Decker ("Todd")

Results 21 comments of Peter Todd Decker ("Todd")

@armenic 's answer worked for me. I know this issue has been closed but it doesn't appear the instructions for the tutorial have been corrected (in fact, it doesn't seem...

Hmm, I didn't have any issues myself. My only problem with the instructions as written is that code changes were not being automatically picked up. This was resolved by the...

Seems related to https://github.com/tokio-rs/tracing/issues/2701 too

If this is added, can it be done as a feature switch? I have a very significant corporate customer (a large global financial institution) who has dinged us (a small...

Thank you @johnthagen, I will check these out! Also, I was looking through the Unstable Book and found these--any thoughts if they are helpful too? On quick look, looks like...

Ran with `-Ztrim-paths` on current nightly but the local paths are still in there. I'm probably doing something wrong with it and will keep working at it.

Where does this project stand with respect to maintainers?? I see a large number of PRs and issues unanswered. And, the tutorial is broken as it currently sits. Also, the...

> Maybe also the first tutorials could be adjusted not to use webpack, but instead to use a simpler setup with `--target=web`, and introduce the bundler mode later on? Please!...

I'll second this request. GitHub's dependabot flags it as a critical security issue: https://github.com/ptdecker/the-rust-programming-language/security/dependabot/1

Encountered this with rustix-0.38.4. Here is a partial cargo tree of my project indicating which of my dependencies are using this package: ```text [corporate project] ├── reqwest v0.11.20 │ ├──...