Hugo Landau

Results 328 comments of Hugo Landau

@t8m re: doc fix: Sounds good, go ahead.

From what I recall of our discussions, I assume it's OK for me to simply approve this without going through it on the understanding that it's an aggregation of existing...

- Minor updates in response to feedback. - New section discussing how we deal with network I/O issues. @mattcaswell I'd recommend reading the new section; interested in comments. Handling network...

This is a nice writeup. >I also want to avoid direct access because I've got a vision where we have different kinds of lists and access to any of them...

To be clear, I never had any intention of raising an OTC hold on this. > The implementation of threading isn't critical -- it's an implementation detail. Locks is one...

>Good point about failures: the list init ought to return an int. Please don't. If we're accepting zero bytes as a valid representation of a list/node structure, which the documentation...

Sure, we can keep the list init `void` for now. If we for some reason need a linked list init to be able to fail we can address that in...