Ben Pate
Ben Pate
Yes. Sorry for being vague. The specific algorithms used in HTTP signatures seem to vary between apps, and are not very clearly documented - so I don't know what is...
Howdy @c-cesar ~ thanks so much for checking out Emissary! The quickstart guide assumes you're testing on your local device, and I can see how you'd run into trouble using...
I wanted to address security in a separate message. Yes, any kind of setup console could pose a security risk. I put a lot of thought into this, and hopefully...
okay to close this?
Thanks for filing this issue. I have run into trouble with ActivityPub servers that use [Authorized Fetch](https://www.w3.org/wiki/ActivityPub/Primer/Authentication_Authorization#Authorized_fetch), which requires users' credentials to perform any actions on a server. Emissary doesn't...
Another comment prompted me to think of another possible issue. ActivityPub *really* doesn't work if you're running a test instance on `localhost`. There are many reasons why: 1) Following via...
Hey LeVon, Thanks for checking this out. The uploader is just a demo of the front-end capability using hyperscript. It doesn't actually have anywhere to upload to, so it's never...
Gotcha. And thank you for digging into this. Sorry to overlook it the first time. I'm merging your pull request now :)
Hey Julien, That's a great suggestion. If you can build it in javascript, you can build it in hyperscript (and probably easier, too). So yes, we should be able to...
Yes. A combobox would be awesome. I took a stab at this, trying to use native HTML5 widgets. it went poorly. I'll make another attempt using more hypersrcipt and CSS....