Ryan Breen

Results 10 comments of Ryan Breen

Looking through the code, it seems all it needs to set it up is to call `setup_stream` on the `Mongo::Client` instance. Is that correct?

It's a genuine shame this plugin seems to have fallen out of maintenance, because this change by thasmin is fantastic and needs to be merged.

I have also been experimenting with delegation in Nostore, as you saw from the other PR. I am glad to see some experimentation happening on multiple fronts! There is an...

I don’t think these two workflows are mutually exclusive. Unless the community wants one right way to do delegation, then they can both coexist.

I think this is great. One thing I sort of found confusing was that the DKP's content is supposed to be encrypted, but it kept calling it "unencrypted content". Is...

I saw that. I may be able to make that work. Secondary question: For the TokenPos parameters, is there some way to indicate if something is the LAST token on...

What would we think about adding a hint for relays to keep a report private? It could be `private` (for relay eyes only) or `trusted` (for friends' eyes only) or...

Formatted version: https://github.com/ursuscamp/nips/blob/nip07-delegation-support/07.md

The spec reads like the extension is only “allowed” to modify the id, pubkey and sig in the event. In practice, all of the web clients only seem to use...

I created a simple web client that obeys this workflow and publishes a note event: Github: https://github.com/ursuscamp/delegation-client In the wild: http://ursus.camp/experiments/delegation/ Of course, the only extension that supports this workflow...