Vinícius dos Santos Oliveira
Vinícius dos Santos Oliveira
> The ability to set timeouts has been reimplemented in the with_read_timeout subcrate, and the latest master is using it to detect timeouts. When a new version is published, I'll...
> I see there is no way for myself to use timeouts at every request. I'll write some code and send a PR. Just dropping a link to the PR:...
Original commit (which was applied on top of a branch with the [`set-read-timeout` patchset](https://github.com/meqif/rust-utp/pull/10) and therefore is a little different): https://github.com/vinipsmaker/rust-utp/commit/64fddb43253b151787d05c96105865a038d43b0d
[The failure on CI](https://ci.appveyor.com/project/meqif/rust-utp/build/1.0.193#L61) is thanks to a problem with Rust nightly. If you change the CI to use Rust stable we may get better results. I've seen this error...
It happens the same to me: ``` vinipsmaker ~ $ m64py __ __ __ _ _ ____ _ | \/ |_ _ _ __ ___ _ __ / /_ |...
Nevermind, I found a solution: ```python ZSH_HIGHLIGHT_STYLES[comment]='none' ```
> Your terminal's colour scheme Terminology with solarized-light theme. > Comments are highlighted in gray Thank you.
Why not just add support for asciidoc at once? They are as concise as markdown, but translate semantics directly to docbook, so they had admonition blocks you ask for since...
> If you take out the `await asyncio.sleep(1)` call, this code prints an empty list and waits forever When you call `greetings = await greeter.get_greetings()` the result is ready immediately...
> to put variables into a `hana::tuple`, but these cannot be used as keys of a `hana::map` because they are not `Hashable`. I just stumbled upon this problem exactly. I...