Paul Frazee

Results 872 comments of Paul Frazee

If it turns out we can't get cookies to be sent without breaking session-isolation of SOP, we should look into sending the Authorization header instead of using cookies.

For sure. I'm sorry my original response was short; tail end of the day.

Yeah @taravancil has been asking for this for a while. I'm +1, we'll add it to our roadmap

I'm concerned about the bandwidth costs. We've explicitly avoided running an open gateway because we don't want to go broke!

I have, it definitely costs them a lot of money and effort. We can look into creating a "gateway service" where app devs setup API keys and etc, but that's...

I've been thinking about setting up a "hosted dat" mechanism which you can RPC to. That'd be a *very* generic way to accomplish what you want to do. We could...

We have some code that's supposed to account for that specific situation, but it may not trigger immediately after the upgrade. It's a [job (see here)](https://github.com/beakerbrowser/hashbase/blob/master/lib/archiver.js#L44) that runs every 5...

The 99% bug is something else -- it includes all of history in the calculation, and some dat clients (like the CLI) don't save history, and so it can't hit...

Hi @akoenig! We'd very much like to have this feature. But yes, there's a lot of ceremony, and we have to figure out the security challenges. We're focused on the...

Good idea! I'll put this on the roadmap.