M.J.

Results 46 comments of M.J.

https://github.com/mlandauer/cuttlefish/commit/ab9039556969b5ebd58a524f5e8675e4d0c4ee49 This repo is bizarro land.

How do you propose dealing with a chunk of incomplete headers? We cannot presume that the headers will be complete and a `PartInfo` will be constructed reliably. This is why...

I've made an attempt to write a complete consumer for each suggestion, where our goal is to build a list of parts. The examples begin with a little abstract version...

First of all, thanks for the clarification of the use of `None` in your approach, I clearly misunderstood. Secondly, apologies for the incoming wall of text and rambling :) ####...

> So, consequently, that parser is not non-blocking (a call to get_next_events() may block (the coroutine)) and it is not decoupled from IO (the parser requires a data source it...

Lazy writing at the moment, but to summarise a response to the above, 95% yes. I've rewritten much of it locally. Here are two examples of usage. One in your...

You can have a look-see here: https://github.com/theelous3/multipart/tree/remove_io

Question: what does this code cover? ```python3 elif line[0] in ' \t' and self.headerlist: name, value = self.headerlist.pop() self.headerlist.append((name, value+line.strip())) ``` Something about spaces before the header name and attaching...

I like my concurrency libraries like I like my concrete. Bland and functional. `TaskManager` To use it in a sentence: "The `TaskManager` manages its tasks." Inessential weirdness and all that.

This is a different issue. Overly has a generated self signed cert that's out of date, which I need to regen.