-
As of now, Cesium ignores `const` keyword almost everywhere.
It should start analyzing `const` and embed this info into the type (and possibly even into CLI metadata).
See `TODO[#91]` in the cod…
-
### Description of the bug:
When I tried to SSH to a remote host via Jetbrains Gateway (already enabling SSH agent forwarding (`ForwardAgent=yes` in `~/.ssh/config`), then open the Bazel workspac…
-
input files: https://gist.github.com/hasufell/1ae28db2326569d885c1e580515dc2f6
Full error:
```
$ docker run --rm -v /etc/passwd:/etc/passwd:ro -u (id -u):(id -g) -v (pwd):(pwd) -w (pwd) openapi…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
From investigating https://github.com/aevyrie/bevy_mod_picking/issues/341, I've discovered that:
https://github.com/aevyrie/bevy_mod_raycast/blob/dbc5ef32fe48997a1a7eeec7434d9dd8b829e52e/src/primit…
-
It would be great to add a ModifyJsonContentObjectDataEvent in order to modify data in \FriendsOfTYPO3\Headless\ContentObject\JsonContentObject. Here is a patch that would add this Event to the curren…
-
### Question
Hello,
I'm writing a client with an openapi.yml that frequently uses nullable ref properties, as below:
```yaml
// Technique 1
my_field:
nullable: true
allof:
- $ref: …
groue updated
3 weeks ago
-
## Definition of the problem
When generating client codebase from current apicurio registry code clients will ignore every authentication provider we use.
This means that users using SDK providin…
-
https://github.com/JetBrains/intellij-community/commit/8d7a26edd1fedb9505b4f2b4fe57b2d2958b4dd9#diff-e65c0dd996f6794ca3aa6ae2e05c9666a944ad8d912b89f6e2f1a0660a2aab94L1176-L1182
We should check all …
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- - generated sample code in `./samples/client/petstore/go/`
- [x] Have you validated the input using…