Ivan Tham

Results 134 issues of Ivan Tham

Make `app.listen` more ergonomic. Before ```rust #[async_std::main] async fn main() -> Result { let mut app = tide::new(); app.at("/").get(|_| async { Ok("Hello, world!") }); app.listen("127.0.0.1:8080").await?; Ok(()) } ``` After ```rust...

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?

Command-serve

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. ![Screenshot_20220531_001520](https://user-images.githubusercontent.com/4687791/171030280-bf436300-9004-4aaa-8f39-917fd84b02d8.png) @cossonleo this is what I mean, just got some motivation to do a...

A-helix-term
S-waiting-on-review

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. [![asciicast](https://asciinema.org/a/EKxA31vqAGWls2fZMXoS3km0Z.svg)](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...