Joshua Watt

Results 20 issues of Joshua Watt

The License List version is still not SemVer compatible (e.g. 3.23, not 3.23.0) Since this wasn't fixed before the 3.0 release, I suggest relaxing the requirement that it be a...

Adds a new SupportRelationship that uses a derived Relationship to indicate support, since this allows associating the support with a specific entity.

Profile:Core

It might be helpful to add a github actions workflow to validate the provided example files against the model using pyshacl, the SPDX validator, or both. Some of them have...

enhancement

When compiling software from source, there are files that are intended to be used for the purpose of building downstream dependent software, but are not intend to be used as...

Profile:Software

The OS and/or BASIC may put useful variables for a program into the Zero Page, and it would be convenient if there was a way to guarantee these variables were...

The text of hasDeclareLicense and hasConcludedLicense is unclear and ambiguous. It's easily possible to interpret them in either way, and in fact I'm not entirely clear what the purpose of...

Profile:Licensing

Using a DictionaryEntry to map license additions in the `customIdToUri` field has the unfortunate side effect that the dictionary entry value will not be resolve to an actual object by...

Profile:Core
Profile:Licensing

Based on feedback from users reading the SPDX 3 documentation, it would be helpful if classes listed other classes derived from them in addition to their parent classes. This is...

doc improvement

Adds an option to skip the clang-format version check. This is useful if a wrapper script is being used for clang-format which doesn't report the underlying clang-format version

**Describe the bug** When using the [ansible aws](https://docs.ansible.com/projects/ansible/latest/collections/community/aws/index.html) roles to configure the bucket lifecycle on RustFS ([community.aws.s3_lifecycle](https://docs.ansible.com/projects/ansible/latest/collections/community/aws/s3_lifecycle_module.html#ansible-collections-community-aws-s3-lifecycle-module)), the role fails (it works with AWS S3 and MinIO). The error is:...

S-reproducing