Results 271 comments of Thomas de Zeeuw

Also see a new timer implementation in Folly: https://github.com/facebook/folly/commit/5d211e3c4cfee48d22f6de2b35a5f3ea8f421375

Similar issue for the sync actor utilities: https://github.com/Thomasdezeeuw/heph/issues/571.

This is hard to do at the moment because we require a setup function for a number of actors. If we can change/remove move we can revisit this.

I think this is a duplicate of https://github.com/serde-rs/json/issues/1051.

I've hit this issue as well. @hweom did you find a work around? Reading https://github.com/serde-rs/json/issues/1051 I understand why `flatten` won't work with `RawValue`, but I can't find a reason why...

I'm not really following this issue, but I can here from https://github.com/tokio-rs/mio/issues/1755. I do want point out that the Mio code in @thooton comment in https://github.com/tokio-rs/tokio/issues/3789#issuecomment-1173036083 is broken. Furthermore the...

> We test it in `polling` by using an environment variable to conditionally compile it for Linux, see [here](https://github.com/smol-rs/polling/blob/master/.github/workflows/ci.yml). The problem with that is that I'm not willing to maintain...

@pheki (see first part of your comment below) > From the issue #1682, it looks like you're willing to reconsider unsing a cfg exclusively to run tests on linux? We...

> I'm interested in throwing my hat in the ring here to try to help get this over the line (and with luck I can get some other esp-rs folks...

> Only one issue left to fix and I could use your help @Janrupf. Specifically I bumped into: [tokio-rs/tokio#5866](https://github.com/tokio-rs/tokio/issues/5866) which it looks like you should've hit as well unless you...