Jeremiah Senkpiel

Results 518 comments of Jeremiah Senkpiel

Imo dev-policy should eventually live in-tree, because then people will actually see it and it seems more official.

`doc/internal` may not be visible enough though.

Just migrate it to here for now, maybe.

I talked with @dougwilson And we are going to be moving all this migration talk, tracking and files to a it's own repo and keep this for the website. Name...

@mikermcneil I'd rather you sent a pr to the new repo when we make it. It can be public, and it can just be in this ~~repo~~ org, we just...

@jonathanong hmm maybe not for that then? Just doug and I didn't think issues for tracking the migration (like this one) belonged here.

\o/ (I just assumed it anyways haha)

Speaking of redirects I can make the #express irc redirect to whatever channel we want. :p

Ah shoot. It would have been easier to merge that after since [surf is still playing catch-up a bit here](https://github.com/http-rs/surf/pull/271).

Other, easier to implement ideas for "just drop data if it's full": - Check [`sender.is_full()`](https://docs.rs/crossbeam/0.8.0/crossbeam/channel/struct.Sender.html#method.is_empty) - Switch to [`sender.try_send()`](https://docs.rs/crossbeam/0.8.0/crossbeam/channel/struct.Sender.html#method.try_send)