Victor Bjelkholm
Victor Bjelkholm
@felicienfrancois Hm, not sure I understand the proposed solution to this. I have a simple use case, I want to cache requests in memory after they have been requested one...
As always, finding the answer five seconds after asking the question. Solved it by doing something like this: ``` javascript proxy.onRequest(function (ctx, callback) { const req = ctx.clientToProxyRequest const url...
Hah, yeah, learned that the hard way yesterday and did exactly what you said! Thanks for sharing that here though. On Thu, Nov 26, 2015 at 10:09 AM Félicien FRANCOIS...
Was just gonna propose the same idea :) I'd suggest splitting this into two parts though, one for general data like Toots and related things, and the other being the...
Seeing the same in Firefox on Ubuntu and Chromium on same platform. I suspect this is a js-ipfs issue and not peerpad as I've seen it happen in other apps....
True that, should be just a static image and then upgrading if JS is present. I also spotted in the source that there is something going on with the headers:...
@meghprkh this can also be set via setting the `devServer` key in `webpack.config.js`, since https://github.com/olahol/reactpack/pull/27 has been merged.
Update: IPNS has had a upgrade with a experimental feature to use pubsub to speed up publishing/resolving. If both nodes use pubsub and `--enable-namesys-pubsub` when starting the daemon, publishing/resolving gets...
Opened https://github.com/ipfs/ipfs-cluster/issues/670
received confirmation in the issue linked above that the ipfs-cluster is planning to implement this feature.