Eric Githinji

Results 4 issues of Eric Githinji

I'm using the example here: https://github.com/egg-mode-rs/egg-mode/blob/master/examples/stream_filter.rs Just that I'm entering my token differently in the start function. The same token works fine when fetching tweets using egg_mode::tweet::user_timeline. But when fetching...

In Level 18, the second example reads as follows: `div p:nth-child(2) selects the second p in every div` Shouldn't it read instead as follows?: `div p:nth-child(2) selects the second element...

Via #2688 we can now install the dependent project tools with one cross platform command `cargo xtask install-tools`. The command fails to install `mdbook-exerciser` and `mdbook-course` however unless you are...

As mentioned in [CONTRIBUTING.md](https://github.com/google/comprehensive-rust/blob/301170f17eadec98bb1b5d1dc2e2a886c2ff3be8/CONTRIBUTING.md?plain=1#L49), [dprint](https://dprint.dev/install/) is used for formatting in the project. This PR adds dprint to the list of packages that are installed when one runs `cargo xtask install-tools`.

waiting for author