Sam Price
Sam Price
Does anyone have any good ideas on how to remove path overlaps? Or recommend a different file format? From what I gathered ttf files describe character boundaries not paths. Single...
Not sure how I would do this with the DataStream object. In python / C I would do something like ``` class CCSDS_PriHdr_t_StreamId (my_endian): """Some comments""" _pack_ = 1 _fields_...
``` getopt.c:177:70: error: '&&' within '||' [-Werror,-Wlogical-op-parentheses] (optstring[0] == '-' || optstring[0] == '+') && ``` Add more ( ) ``` if(optstring[0] == ':' || ((optstring[0] == '-' || optstring[0]...
**Checklist (Please check before submitting)** * [X] I reviewed the [Contributing Guide](https://github.com/nasa/cFS/blob/main/CONTRIBUTING.md). * [X] I performed a cursory search to see if the bug report is relevant, not redundant, nor...
**Describe the contribution** A clear and concise description of what the contribution is. - Include explicitly what issue it addresses [e.g. Fixes #X] **Testing performed** Steps taken to test the...
**Checklist (Please check before submitting)** * [X] I reviewed the [Contributing Guide](https://github.com/nasa/cFS/blob/main/CONTRIBUTING.md). * [X] I reviewed the [cFS README.md file](https://github.com/nasa/cFS/blob/main/README.md) to see if the feature is in the major future...
Closes ### Describe your changes: Allow users to set the title for a field rather than using the long field name. In example i would rather see X, Y, Z...
**Describe the bug** Was Generating python ctypes from the eds schema. I was trying to scan all fields in a struct, if all fields are big endian then make the...