-
If you execute `kubectl explain lhb.spec` you will see
```
backupMode
enum: full, incremental, ""
The backup mode of this backup.
Can be "full" or "incremental"
```
As it states…
-
let's have this as an example of OpenAPI docs json:
```json
"ParticipantModel": {
"required": [
"id",
"participantType"
],
"type": "object",
…
-
**Describe the bug**
In version 3.1.6 was added support for search on 2 level nested fields. It's fine, I've tested it and it works, but author completely forgot about enums fields which could be add…
-
Hey, there! Cool library!
What's your take on supporting `record`s with enum types for some of the fields? Jackson seems to be able to detect the enum and call `valueOf()`. (or something... maybe t…
-
### Desc
I suppose that enums are not interpreted in keys, so they require manually entering paths, which is not very productive. It would be ideal to have a template that can be easily accessed us…
-
When I run my project with subgraphs in the latest version of node and nestjs, I got this error
super(
^
GraphQLError: The schema is not a valid GraphQL schema.. Caused by:
Invalid defini…
-
Currently paperclip skips the
Enum{
Something ( something_else )
}
fields.
Is there a way to make the inner structure shows as a parameter?
example
```
#[derive(Debug, Clone, Serialize,…
-
Is it possible to add support for `#[repr(C, Int)]` enums?
In the [Type layout](https://doc.rust-lang.org/reference/type-layout.html) reference it says:
The representation of a repr(C) enum …
-
**Is your feature request related to a problem? Please describe.**
We have a new search API that can accept "field operator value" search terms, however the values of enums would need to be specified…
-
Hello
It doesn't recognise enum fields!
`Unknown database type enum requested, Doctrine\DBAL\Platforms\MySQL57Platform may not support it`
Anisi updated
5 years ago