hirrolot

Results 81 comments of hirrolot

@WaffleLapkin, what's the status of this PR?

SmolRTSP should have RTCP implemented at some point in the future. Currently, this functionality is absent. You could probably just implement it yourself in your code at the moment.

Thanks for your time; when reviewing, it can be easier to first look at the unit tests from `handler/core.rs` to understand the type checking/inference logic: - https://github.com/teloxide/dptree/blob/d8663dd16f05ae83c90b661539bee529c427c389/src/handler/core.rs#L842 - https://github.com/teloxide/dptree/blob/d8663dd16f05ae83c90b661539bee529c427c389/src/handler/core.rs#L902

@WaffleLapkin, your suggestions have just been addressed.

@WaffleLapkin, do you have plans reviewing this PR? It seems that it's most requested by our users.

> The main idea is explained in the paper in the section 6 "Folding". But the folding algorithm must be located in `src/Folding.hs`, not `src/Generator.hs`, right? Thanks for the link,...

Why don't we just copy-paste the NETMAP's headers into this crate and invoke `bindgen`?

> Compilers provide warnings in this case. When switching on an enumeration, both gcc and clang warn me if I forget a case. I was a bit unclear in my...

@WaffleLapkin, I've fixed the compilation error. Please re-check the PR.