Michael Dougherty

Results 133 comments of Michael Dougherty

Actually what we want to do is have holochain accept the bytes of the DNA directly, rather than have holochain fetch it from anywhere. The thing driving Holochain should be...

Created #421 to reflect this, closing this issue

Reopening in light of the fact that browsers may have a hard time corralling billions of bytes over websocket

@freesig this is still marked draft, is it mergeable?

@steveeJ it's intended that we collect fixes here to merge all together. However many of the dependencies that need updating are in third-party deps like `observability` and `lair` so we...

I'm having this issue too. Example request from localhost:8000 - GET https://crossorigin.me/http://apiv3.iucnredlist.org/api/v3/species/gorilla+gorilla (note the duplicate `access-control-allow-origin` entries in the response headers) ![image](https://user-images.githubusercontent.com/896230/37805635-b136ccd6-2df8-11e8-8dfe-085feb42b92c.png)

To be clear, I was thinking of something as simple as `std::iter::repeat_with(rand::thread_rng().gen)` as the iterator. I guess what I don't understand is what relationship needs to be understood between the...

Interesting, this could work. Thinking it could be made ergonomic by creating a trait parallel to Arbitrary, with a similar API but which instead of taking `Unstructured`, takes a new...

I'd also be happy to see a more promise-friendly syntax. Seems you wouldn't be able to loop through function names as you do now, and would have to write more...

I'm not sure how instructive generated docs based on types will be on their own, but they'd certainly be helpful. I guess some actual write-up with examples in the README...