Ahmed Sobhy

Results 12 comments of Ahmed Sobhy

Hi @MiguelCompany, Any clues about this issue?

@MiguelCompany below is the IDL that reproduces the issue. ``` module DDS { #define MAX_SIZE (1920 * 1200 * 3) struct Header { unsigned long long eightbytes0; long fourbytes1; long...

@MiguelCompany I was hoping any insight on this issue, thank you.

Thank you @MiguelCompany, I will test it and let you know

Hi @MiguelCompany, I tried changing the return of is_plain to false and that resulted into writer loan_sample() returning RETCODE_ILLEGAL_OPERATION

@MiguelCompany the offset is 4 bytes. I am already using an extra padding of 4 bytes in the heading as a workaround to this issue.

I did create a directory tree like the one mentioned above. How can I choose to run only one of them? Will dvc repro --all-pipelines run them all? I want...

@shcheklein Thank you for your answer. I tried ``` dvc repro pipeline1/dvc.yaml ``` before but did not work for some reason and I think this might be because I moved...

When editing paths in dvc.yaml and dvc.lock are the paths relative to the root directory of the repo or relative to the location of the dvc.yaml file or relatve to...