Jimisola Laursen

Results 13 issues of Jimisola Laursen

The generated AsciiDoc output is not complete if you compare it to standard swagger.ui (e.g [Petstore](https://petstore.swagger.io/)). Missing things are e.g. * property restrictions (maxLength, minLength, etc): #11389 * schemas seems...

Enhancement: Feature

I would like to be able to specify a "path" multiple times in order to structure up the configuration. The example below will fail with "ERROR: Duplicate Hash key detected:"...

✨feature request

Recently it became possible to search among projects known to Project Manager. However, I only seem to find a way to open / open in new window. Most of the...

question

**Describe the bug** In our open source project [reqstool](https://github.com/Luftfartsverket/reqstool-client) we have several JSON Schemas. We would like to use datamode-code-generator to generate pydantic v2 code, but the code does not...

enhancement
help wanted
answered

I can't seem to find a forum/channel for discussions/questions, so my aplogies if this is not the right place. Our team is looking into using Palantir as our Code Convention....

Consider the following dictionary: ```python requirements: Dict[UrnId, RequirementData] ``` where ```python @dataclass class UrnId: urn: str id: str ``` with `keys=False` ```json "requirements": { "UrnId(urn='ms-001', id='REQ_ms001_101')": { ``` with `keys=True`...

Due compliance we need to provide a runtime SBOM and a test SBOM and have them attached during install/deploy. However, ``` By default, the BOM(s) will be attached as an...

enhancement

Will the plugin generate multiple files if [GroupedOpenAPI](https://springdoc.org/faq.html#_how_can_i_define_multiple_openapi_definitions_in_one_spring_boot_project ) is used? It does not look like it in the source code: [here](https://github.com/springdoc/springdoc-openapi-maven-plugin/blob/master/src/main/java/org/springdoc/maven/plugin/SpringDocMojo.java#L53) or [here](https://github.com/springdoc/springdoc-openapi-maven-plugin/blob/master/src/main/java/org/springdoc/maven/plugin/SpringDocMojo.java#L114 ) And if so, how are...

Hi, Would it be possible to output whether environments exists (i.e. have been created or not) for `hatch env show`? And with --json option also output the location of the...

Default version when no tags exist is not compliant with semantic versioning ```bash user@x:~/xxx $git tag user@x:~/xxx $hatch version 0.1.dev20 ``` To be compliant semantic versioning it should starts with...