Robert Grant

Results 28 issues of Robert Grant

The documention states: > Note: To perform a hierarchical merge all BOMs need the subject of the BOM described in the metadata component element. There are no details here as...

### Current Behaviour Note: these are my impressions based on reading the spec, and reading other issues. If they are incorrect, I'm very happy to edit: - the API spec...

enhancement
api docs

### Current Behavior It's possible to auto-create a project based on an SBOM upload API call using `autoCreate=true`. This is useful, as it means various projects across an org don't...

enhancement

TOML allows an underscore anywhere in an integer, [as long as there is a digit each side of it](https://toml.io/en/v1.0.0#integer): > For large numbers, you may use underscores between digits to...

I'm trying to install on Python 3 on Windows (the least-likely-to-work combination) and while passlib installed fine, it borked on pyDNS. I'm just wondering what that dependency is for, since...

It's sometimes essential to have some logic that sits in between the http endpoint and the database. Is it possible to hook at an appropriate point before persisting, and throw...

### String Works: ``` (thing:Thing { number: {randomElement:['Hello']} } *10) ``` Doesn't work: ``` (thing:Thing { number: {randomElement:['Hello.']} } *10) // The part "(thing:Thing { number: {randomElement:['Hello.']} } *10)" could...

Just wondering if this repo is still considered up to date by its maintainers, or if not, if there's a recommended alternative. Thanks!