-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
@Piedone created:
https://orchard.codeplex.com/workitem/19823
If you have an enum field on your record you can do anything with it if you add a binding to it in Projector.
What this needs for exampl…
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
```
What steps will reproduce the problem?
1. create an entity with an enumfield and @Enumerated(EnumType.STRING)
What is the expected output? What do you see instead?
Trying to read this filed will …
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
Currently Enum values are represented by integers in Elixir.
```thrift
enum Color { RED = 1, GREEN = 2, BLUE = 3 }
struct Pixel {
1: optional Color color
}
```
```elixir
require Color
…
-
As far as I can see, there's no way of parsing `target` as an enum in the following example:
```json
"bufferViews": [
{
"buffer": 0,
"byteOffset": 576,
…
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
**Description:**
The `match` statement in the provided Rust code generates a jump table with `-O3` optimizations, despite the fact that the discriminant values for the enum variants have a fixed offs…
-
#### 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…