Oli Evans

Results 266 comments of Oli Evans

OK! It seems that Cloudflare does it's own bundling of your worker code. For your source map to work you need to disable that new feature in your wrangler.toml by...

We also had to revert the `rewriteFrames` config listed in https://github.com/robertcepa/toucan-js/issues/54#issuecomment-1054169127 back to the simpler `root: /` form, and update our bundle name to be `worker.js` ```js rewriteFrames: { root:...

i'm testing this on staging. will deploy it tomorrow morning.

Oh my. I've just spent a day trying to figure what the heck was going on with our tests failing when I had to update miniflare to get r2 support...

Is this still an issue? The quota calculations happen asynchronously, it should be showing the correct value now. Please let us know if this is still a problem for your...

We're hoping that #1731 helps here. Our bundle size seems ok at 320KB, but it's possible that the Cloudflare bundling process is less compact than ours, so we don't know...

It's not super obvious but in the current implementation, calling `client.get()` on the web3.storage client hits `GET /cid/:cid` on https://api.web3.storage which in turn is a proxy for fetching the CAR...

~~js-ipfs fails on the same inputs. I'll raise an issue there too.~~ js-ipfs doesn't support dnsaddrs... https://github.com/ipfs/js-ipfs/issues/2289 ```sh ❯ js-ipfs swarm connect /dnsaddr/elastic.dag.house/p2p/bafzbeibhqavlasjc7dvbiopygwncnrtvjd2xmryk5laib7zyjor6kf3avm The dial request has no valid addresses...

@keinagae are you seeing an error fetching something from w3s.link or another IPFS gateway? Can you share more information about what you've tried and what didn't work? In general you...

Ah, missed that this is on the `ipfs-car` repo... ok. let me try again. `ipfs-car` doens't currently support extracting a single file from a directory, but that is a good...