Thomas Boyer-Chammard

Results 106 comments of Thomas Boyer-Chammard

@zimri-leisher could using the `FileNameString` type help?

relates to #2726

My reservation is that `scp` is universal - lots of people (including the tutorial facilitators) will know how to type in that command without even necessarily needing to copy/paste it....

> The issue with using scp is that when users want to upload a new binary to the device the previous binary doesn't get deleted. This is the case currently...

``` scp build-artifacts/aarch64-linux//Linux/bin/ @:deployment ```

+1, this would be a nice feature to have!

Pydantic is already part of our requirements https://github.com/nasa/fprime/blob/14bac5f350fef9add6c58592c690ebdabfbc83c7/requirements.txt#L59 It would be nice to see it used more! I haven't really looked into it myself... but it seemed promising

We likely want to develop a reusable workflow in https://github.com/nasa/fprime-actions which checks out a repo, retrieves all source files, and checks formatting Formatting the codebase has been on the radar...

We could use the PyPi distribution https://pypi.org/project/clang-format/ to get around the clang-format versioning issue