tsuga

Results 18 issues of tsuga

Currently, this library seems to be built on draft-04. https://github.com/IBM/jsonsubschema/blob/f6dbeb7d41bc04fc3be0cd9b51e5d0c2b75c6ad7/jsonsubschema/config.py#L16-L22 It would be great if it supports newer draft versions.

Is it possible to specify a managed image (e.g. `aws/codebuild/standard:7:0`) for CodeBuild provider so that additional resources such as ECR and Lambda are not required?

This PR enhances the existing git feature to install git/contrib/subtree by specifying to do so in the options. ``` "options": { "version": { "type": "string", "proposals": [ "latest", "system", "os-provided"...

gathering-community-feedback

Git subtree is not installable by [git](https://github.com/devcontainers/features/tree/main/src/git)

When I specify more relationships between attributes, D2/ELK increases the row height (TableD in my example), which I do not intend. How can I force D2/ELK to use the same...

### Please provide your feature request It looks like that current web client does not provide a feature to get the `sessionId` without cookies enabled. This enables us to display...

enhancement

With RDS, there are various use cases to have columns with bytes (e.g. bytea type on postgresql) for images etc. Though RDS Data API [supports](https://docs.aws.amazon.com/rdsdataservice/latest/APIReference/API_Field.html) 'blobValue' it is not possible...

**Describe the bug** When using `allOf` with a nested `oneOf`, the code generator only processes the first schema in the `allOf` list and ignores the `oneOf` portion. Fields defined in...