Shreyas Atre

Results 125 comments of Shreyas Atre

What is stopping us here @vrnimje @hkaiser ?

I see, macOS by default comes with BSD `sed` which does not work for non-regular files in place.

> Hi @SAtacker I have an idea. How about printing the message showing that users should remove some configuration by themselves if the `.bash_profile` is a symbolic file instead of...

lastly squash your commits into one single commit after removing https://github.com/SRA-VJTI/sra-board-component/pull/77/commits/dda73696ea48229bca567483dcb5bd9d9ded38ad

This is because platform option is not getting passed it was removed in docker compose v3. Ref - https://github.com/docker/compose/pull/5985 https://devblogs.microsoft.com/premier-developer/mixing-windows-and-linux-containers-with-docker-compose/ I think we might need to fix the `BUILDPLATFORM` argument....

That would be awesome! Will try it in `0.2`

I guess it's time to dive deeper into C++ API vs Linux's Coreutils . Problem: `/dev/mmc*` is giving the wrong size with C++ filesystem (probably related to the symlink issue)

C++ Src - [Link](https://code.woboq.org/gcc/libstdc++-v3/src/filesystem/std-ops.cc.html#_ZNSt10filesystem5spaceERKNS_4pathE) Relies on statvfs

> name: armhf build > > on: push: branches: - main > > env: BUILD_TYPE: Release > > jobs: armhf: name: build-armhf runs-on: ubuntu-latest > > ``` > steps: >...