Alan Shaw

Results 121 comments of Alan Shaw

No, but access should be granted on a per repo basis.

Not sure what you mean by "at the end" - are you using some tool to run david recursively?

The `put` method of the client takes a [`files` parameter](https://github.com/web3-storage/web3.storage/blob/0f9bf56589c51b86b1f99b5fc3e2d3365d7ad21a/packages/client/src/lib.js#L135C23-L135C31) which is an array of [`Filelike`](https://github.com/web3-storage/web3.storage/blob/0f9bf56589c51b86b1f99b5fc3e2d3365d7ad21a/packages/client/src/lib/interface.ts#L76-L86). `Filelike` are just objects with a `stream()` function that returns a stream. With this...

https://github.com/multiformats/multiaddr/pull/102 resolves some of that last item...

More context: ``` ? > cd zdpuAqN6LUsggXfSWDhAzmnLAkWFztsR1w1QhKr7mBp2wfBMK ipld-explorer-cli:repl cd [ 'zdpuAqN6LUsggXfSWDhAzmnLAkWFztsR1w1QhKr7mBp2wfBMK' ] +0ms ⠋ ipld-explorer-cli:eval cd [ 'zdpuAqN6LUsggXfSWDhAzmnLAkWFztsR1w1QhKr7mBp2wfBMK' ] +0ms ipld-explorer-cli:commands:cd /ipfs/zdpuAqN6LUsggXfSWDhAzmnLAkWFztsR1w1QhKr7mBp2wfBMK +0ms ipld-explorer-cli:lib:ipld get zdpuAqN6LUsggXfSWDhAzmnLAkWFztsR1w1QhKr7mBp2wfBMK +17s ipfs-api:request POST 127.0.0.1:5001/api/v0/block/get?arg=zdpuAqN6LUsggXfSWDhAzmnLAkWFztsR1w1QhKr7mBp2wfBMK&stream-channels=true...

That's a really interesting proposition and I'd love to see a pull request for this! My only hesitation is the extra traffic, since the service currently really struggles when response...

Just a thought, we should check the github proxy passes on the `Referer` header (I don't know why it wouldn't but worth a check before you start the work!)

There's a rough version of this available now: https://david-dm.org/alanshaw/ It's not been styled properly and if you have a LOT of repositories then it takes ages to generate so there...