mathmaster13

Results 2 issues of mathmaster13

It appears that the WGET command is unable to retrieve the vncserver-start and stop command files. This is because you need to add a --no-check-certificate to the wget commands so...

In [section 4](https://rust-lang.github.io/async-book/04_pinning/01_chapter.html), stack pinning is said to require `unsafe`, and it talks about the pitfalls that can come from dropping a `Pin` early. However, with the new [`pin` macro](https://doc.rust-lang.org/stable/core/pin/macro.pin.html),...