Rich Neswold
Rich Neswold
> One thing I'd like to look into is splitting the `Bridge` into two structs: `UnauthBridge` and `Bridge`, so that it is a compile error to try to run API...
This is similar to my request, #8, but more generalized.
@pqwy, I read your comment yesterday and didn't get the impression that it had been committed; I thought you were proposing a new feature. I'll update my OPAM repo and...
I can reproduce this behavior on NetBSD/amd64 6.1.4. The results are the same using either the byte-code or native compilers.
There hasn't been a tag since before this issue. Sounds pretty stable! I agree that the 0.x versioning in `cargo` is annoying. Please consider a 1.0 release.
@XVilka The current version is N107 and is built against OCaml 4.07.1, so it is up-to-date.
@abhi18av When you install 4.07.1+BER, you get `metaocaml` which is a top-level that allows interactive MetaOCaml programming. I also see a `metaocamlmktop` to customize a new top-level that automatically includes...
I admit I'm not familiar with all the details of MDNS, so these comments may be naive. For listening for services, the module could start a background task and return...
Is this a real problem that needs to be handled? I find it hard to believe that, with modern drives and network speeds, the 2k buffer isn't filled all the...
> we should not poll that resource again during this poll That's good to know. However, I believe my other concerns are still valid. `io::copy` is a valuable building block...