Andrew Chin
Andrew Chin
This issue is actually fixed now. It was fixed via 2bfe4260f3928279bc95f27257561eb75b40b2e5 in #294
Just leaving a quick note here: I confirm this is still an issue, but I don't know how to fix it at the moment.
If anyone wants to work on this, let me know. It could be a good first issue to get familiar with the code. I'll probably tackle this myself in about...
At the time, my reading of the LIFX docs suggested that all 82 entries are required. If that's not true, we can adjust things. Have you tested sending less than...
How do I hook up timers to the networking stack? For example, how do I send a UDP packet every 5 seconds? Getting a a timer set-up is really easy:...
What's the pattern for taking "events" from multiple sources and handling them all in the same handler? For example, waiting for network data, waiting for keyboard input, and a timer?...
Could you please add another small seed that shows the structure for providing actual cookbook entries? (I mean the actual example code, not just the description of the cookbook entry)....
[This comment](https://github.com/tokio-rs/doc-push/issues/23#issuecomment-426837143) which references the rust cookbook made me think that an mdBook was the target format. But if that's not the case, then we can simply drop this PR....
let me take a stab at bringing in the tokio website style into this book skeleton to see how that looks. then we can see how to move forward from...
Please try running with the `NO_COLOR=1` environment variable