Lewin Bormann

Results 8 issues of Lewin Bormann

Hi, first-time contributor here! I'd like to request some comments on this change before finalizing it and writing tests. The idea is that when serving e.g. Javascript or image assets...

**Describe the bug** I am not entirely sure if this is an ArviZ bug or a PyMC bug -- if it is the former, please do tell me so! I...

There is a whole bundle of more or less difficult memory leaks found by `memcheck`. This is a tracking issue for some of them.

memleak

Thank you, @migel. I open this PR to take a look and discuss, it seems like a good idea!

for #577, to supersede #578. I want to emphasize that this change is based on my likely too superficial understanding of the library. It is likely that there exists a...

Thank you very much for your work on eio! I've thoroughly enjoyed working with it, despite being a newcomer to OCaml. Eio feels more advanced than the async frameworks in...

enhancement

(for #577) This is a proposal for a (simplistic) implementation of `Stream.select`, which permits watching multiple streams and returning the first item yielded by any of them. It works for...

Right now it seems that you can only do blocking I/O from and to files; this also restricts some use cases of capnp-rpc-rust. Right now it seems that mio doesn't...