Masih H. Derkani

Results 37 issues of Masih H. Derkani

Consider the following `Earthfile`: ```makefile build: FROM alpine@sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 RUN echo "a layer" ENTRYPOINT ["sh"] ARG IMAGE SAVE IMAGE "${IMAGE}" ``` When the `build` target is executed twice with two different...

Hi, I was wondering if there is any plan to upgrade reflow to Bootstrap 3.0.2. Thanks

enhancement

### Checklist - [X] This is **not** a question or a support request. If you have any boost related questions, please ask in the [discussion forum](https://github.com/filecoin-project/boost/discussions). - [X] This is...

kind/enhancement
need/triage

If the error happens because the advertisement failed to persist then that content will never get advertised. Looking at the code, such errors can happen before call to `NotifyPut` e.g....

Understanding the shape of a DAG without having to download it is extremely beneficial in cases where the DAG is too large and or the transport of the entire DAG...

P3

`merkledag` dependency in go-car/v2 is used purely in testing. It carries with it a number of heavy dependencies. Remove and use alternatives in testing.

P3

Question: What should the minimum accepted `DataSize` value be in a CARv2 header? * Could it be zero? * or should it be the minimum valid size for a CARv1...

Add a test that asserts expected errors when a CID added with size that is larger than _default_. _Originally posted by @rvagg in https://github.com/ipld/go-car/pull/239#discussion_r712800788_

help wanted
P3

go-car/v2 offers an API to [replace root CIDs](https://github.com/ipld/go-car/blob/f4378127a67f1bf4d616ef83a1e5a4d841a9478b/v2/writer.go#L222) in the inner CARv1 as long as the replacement does not change the size of inner CARv1 header. This is to provide...

P3

`ReadOrGenerateIndex` does not re-generate index if the existing index doesn't satisfy passed options. https://github.com/ipld/go-car/blob/f4378127a67f1bf4d616ef83a1e5a4d841a9478b/v2/index_gen.go#L146-L149

P3