Evan Schwartz
Evan Schwartz
Before you try to append one node to another, I think you need to allocate space for them in the arena. Something like: ```rust fn item_to_markdown
One option would be to create a struct that wraps the arena and has the same lifetime as the arena and then define all of your functions as methods on...
Fair enough. In the meantime, I created separate "domains" for each page so that Ackee would track them independently
@aadsm If you can write to a Buffer or File the user of the library can figure out how to download or save it. @egoroof Thanks for pointing that out....
@aadsm How close are you to pushing that stream reader implementation? I could use that as well, though just for reading from local file streams
(I'm happy to review it or help out if you need it)
Sounds good, thanks! On Tue, May 3, 2016 at 9:50 AM, António Afonso [email protected] wrote: > I can push the first commit I have under a branch. > However, DO...
I like where you're going with this, but I think the methods that use relative amounts on top of the socket using absolute amounts can make for some strange edge...
I think that sounds like a reasonable idea
A further advantage of `tarpaulin` is that since it's installed through `cargo`, it would be cached automatically by circle (see [here](https://github.com/emschwartz/interledger-rs/blob/master/.circleci/config.yml#L59)). I tried to cache the kcov files but after...