Ngo Iok Ui (Wu Yu Wei)
Ngo Iok Ui (Wu Yu Wei)
Back when it needed to stream the multipart, I thought it would be useful to use a `Vecdeque` to help. But as time goes by, it did feel more like...
Sorry for the late reply. It's a busy week for me. Anyway, indeed it's unfortunately that it will have to do something like this. But I guess this is the...
Yeah, that sounds pretty great! I'm refactoring with generic `` with trait bound of `IntoIterator` first. Then let's see what methods should be added with `` introduced.
Right, let's do this for now since this is also what I need in most of time. Btw, I have some update on generic of `IntoIterator`. It seems the send...
With the release of v0.3.0, it introduces two new types `Multipart`/`MultipartIter` to replace `MessageBuf`. Sending multipart message would not allocate additional memory anymore. However, I couldn't find a way to...
@lperlaki Hello, I would like to help too! Are there only suspend and resume need to be done? Or there're some more issues that need to be addressed? I can...
Sure thing! I'll see anything I can help.
Looks like pcwalton mentioned this in a FIXME comment: https://github.com/servo/servo/blob/6a871808e893c3b9f4dffde1abacff7898c2612f/components/layout/inline.rs#L1734
I think I need some help or pointer because we really can't just remove the arms of `match`. Example like [this](https://github.com/pcwalton/servo/blob/a299a2c71c39611af249d006bdd40db81cfb3979/tests/ref/absolute_inline_containing_block_a.html), should remain the same. Interestingly, layout 2020 can solve...
I think you can use `DOMException` and looks like it also handles `HierarchyRequestError` already.