Today I've been trying to work out different ways of implementing something like a pull request (maybe as simple as sending Dat key plus Merle hash or something).. Have u thought about best ways to accomplish that? I mean would I be able at some point to use the protocol in some way, or is it just something I need to use redis of whatever for?
shibacomputer joined the channel
shibacomputer has quit
shibacomputer joined the channel
caiogondim joined the channel
pfrazee
aaaaaaaaa____: you can, but it's going to be at the application level
you'd write some metadata somewhere saying, "this is a merge of the current dat and one other"
and for the actual pull request, you'd need some service or p2p system for bringing the data together
shibacomputer has quit
shibacomputer joined the channel
shibacomputer has quit
bret
has anyone figured out how to cross build an electron app with native deps? E.G. Building a windows version with electron-packager on On OSX?
aaaaaaaaa____
pfrazee - thanks that's what i thought... the dats share a similar structure and so describing the "pull" is straightforward enough, but i'm just not to sure what to use for the p2p system part and since there was already a swarm was wondering whether it could be re-used somehow