ty

Results 299 comments of ty

I have already submitted a PR to https://github.com/alkis/decimal/pull/23 . I will remove that git dep after this PR is accepted.

Don't know if it is the best way to support decimal 128 in Rust, yet. Rust is now supported `i128` and `u128`. Maybe in the future it will support `d128`?

Yes, I agree. I would take sometime to make this commit works with the master.

@lrlna That would be great! I don't have spear time in the recent future :(

The problem is I don't have a Windows machine. This error keep showing up in AppVeyor's message. - AppVeyor build: https://ci.appveyor.com/project/zonyitoo/shadowsocks-rust-ug3pm/build/job/q8jif5r50ame44er - Related code: One of the test in [here](https://github.com/shadowsocks/shadowsocks-rust/tree/master/tests)...

Well, currently it is impossible ... because the `Poll` is now blocking on `run`, which is `TcpListener::accept`. Maybe I can add a `select` on it ... Hmm..

It shouldn't be tokio's fault. So I am closing this issue now. Hope @alexcrichton could find out why this error messages keep showing up while threads are destroyed after the...

Reopening .. for later discussion.

Because crates.io doesn't support .rst :(