Ivan Tham
                                            Ivan Tham
                                        
                                    This is broken, there isn't an application `instantupdate` now. I will look into this.
I wonder if there is still a maintainer for rust cookbook.
I tried doing this but looks like the link checker implementation is quite different and there are some stuff that is not valid (I also found broken links at https://rust-lang-nursery.github.io/rust-cookbook/web/clients.html)....
@LiHRaM If possible, I would like to help you out as well but I don't have much time. First, we would like to map out the possibilities to solve this?...
The output is `Result` which is exactly the same type as `app.listen("127.0.0.1:8080").await`. I feel like it is easier to read this way since it will exit when there is `Err`...
Yes, `?` does a conversion for the error with `From` type that may not be implicit, but `app.listen("127.0.0.1:8080").await` makes it explicit that it returns `io::Error`. **Edit**: The other reason being...
It is very surprising to me that when I tried browsing 127.1:3000 and it didn't work, it should be least surprising if it works for localhost it should work for...
> The code allows you to explicitly bind to an IP address already if you want to do that using e.g. -n 127.0.0.1. A user shouldn't need to do that...
Although there is something like https://github.com/vim-scripts/fcitx.vim/blob/master/plugin/fcitx.vim for only fcitx but I don't think there is a common protocol for other ime like ibus.
> It's not clear to me what this is, it's showing a list of files? The idea is that it allows you to open directories? Yes, it's like `ls` and...