Jay R Bolton

Results 28 comments of Jay R Bolton

Thanks for the reply, I think a note about that in the docs would be good. Also note the example with `>>=` right here: http://www.sweetjs.org/doc/tutorial#sweet-operators. As far I know you...

Has there been any discussion around package management, dependency resolution, and registry hosting for WDLs? This is very related to an import syntax, but I realize this is a big...

How about this? ``` diff({'a': 1, 'b': 2}, {}, syntax='explicit') == diff({}, {}, syntax='explicit') > True ``` How could these two diffs be equivalent? Am I not understanding something basic...

In dat-pki, I'm going to move forward with doing just pull based messaging where both users have to be aware of each other, after relationship and/or group dats have been...

What do you think about just including a little TCP daemon that can handle push messaging for users as part of this library? All messages sent over tcp can be...

Haha, I forgot about that comment! I just meant the latter, and maybe using discovery-swarm instead with the swarm id being the user's "profile dat", other users would then send...

@aschrijver here's the correct link: https://github.com/codeforscience/sciencefair/issues/139 Your idea is cool! I am reading through the link you posted now..

@tswast - thanks for your comment. > I would only want to peer the dat to people confirmed to be in the group, even though I know people outside the...

PGP notes: * Since we're no longer using openpgp.js, we'll most likely need to reconstruct a lot of what pgp does, particularly around user certificates and signing * Expirations on...

I think it makes sense. I like the user friendliness of using dns. It can certainly provide a bit more authentication as well, if your domain is tied to your...