Edd Barrett
Edd Barrett
Hi, I'm writing a library around the `dl_iterate_phdr` API, and want it to be portable. I've noticed that `dl_iterate_phdr`, its types, and constants, are defined only on Linux and Fuchsia...
Hi, I'd like to expand the lifetimes section of the rustonomicon with the example (and Lukas's answer) to the question in [this stack overflow post](http://stackoverflow.com/questions/42807679/clarify-the-meaning-of-binding-two-references-to-differently-scoped-referents-to/42808207#42808207). If you'd welcome this change...
Add ability to query maximum upload size and flood limit from netd
No good, need to be relative! ``` index/home/edd/source/hgd.f/pylib/hgd/__init__.py ```
As it stands, you just see "python error", which is not much help.
We need to separate out common.c into client.c, daemon.c, ... The client binary should not need sqlite, but it does due to poor code separation.
Hi, I've recently needed to use the `libffi` crate to allow an interpreter to make native calls to external functions whose signatures are not known until runtime. The examples in...
Hi, Just wondering is there is any plan to roll a release any time soon? I'm finding the new-style logging to be invaluable, but I have to use a git...