Ivan Tham
Ivan Tham
I hope you can add it to the wiki.
mdbook listen on `localhost` and `[::1]` by default but why not listen on `127.1` (`127.0.0.1`) too so `127.1:3000` and `127.0.0.1:3000` works in the browser?
https://github.com/rust-lang/mdBook/blob/41a6f0d43e1a2d9543877eacb4cd2a017f9fe8da/src/theme/index.hbs#L213 I was navigating through some books with short pages like https://google.github.io/comprehensive-rust/control-flow/break-continue.html, was trying to go through pages and pages through next button `]]` using vimium extension, I find it...
Based on doom emacs find-file but also wanted to show an alternative to file explorer #2377.  @cossonleo this is what I mean, just got some motivation to do a...
I am not sure if the failures are correct.
Sometimes we want to link task in original model even though it is temporary. We can put in task_id in message options for admin middleware.
Previous spinner kinda look a bit weird given that it needs to wait for progress to spin, makes the editor feels laggy. [](https://asciinema.org/a/EKxA31vqAGWls2fZMXoS3km0Z) Now it spins at 60 fps which...
## Expected Behavior There should be a text during email setup to say email has been sent. > We sent you an email, please enter the tokens we sent. Same...
**Is your feature request related to a problem? Please describe.** Select with part of it cfg-gated. Like `#[cfg(not(windows))]`. **Describe the solution you'd like** ```rust tokio::select! { #[cfg(not(windows))] Some(signal) = self.signals.next()...