-
**Why**
Rust's enums are fantastic to work with, especially for expressing state machines.
**What**
Implementing Component for such a type would in most cases be impossible due to the diffe…
-
Great work on this framework.
How do you go about in creating enums? It would be awesome if it was a part of the generator. Lacking that i find it hard to add it directly to my _entities/Model.rs a…
-
I'm currently using the localization generator, and it seems to crash the generator tools when a very large enum exists in the project.
I've attached the enum that causes the issue (renamed to log …
-
Typescript enums produce non-optimal code when compiled:
```ts
enum CmcdStreamingFormat {
DASH = 'd',
HLS = 'h',
SMOOTH = 's',
OTHER = 'o',
}
```
```js
var CmcdStreamingFor…
-
I have redefined the `Kind` and `OperationTypeNode` enums in Graffle because they do not seem to tree shake well. You can see the code and bundle visualization [in this PR](https://github.com/graffle-…
-
Other packages like github.com/xeipuuv/gojsonschema support writing
jsonschema="enum=val1,val2"
instead of
jsonschema="enum=val1,enum=val2"
Shouldn't invopop support this more conc…
-
Currently, we have the following ExecutionMode Enums
```
LOCAL = "local"
DOCKER = "docker"
KUBERNETES = "kubernetes"
AWS_EKS = "aws_eks"
VIRTUALENV = "virtualenv"
AZURE_CONTAINER_INSTANCE = "az…
-
# Bug Report
The JSON schema `contract-schema.json` uses enums for `LeftOperand` and `Action` types. The type should be open-ended, e.g. `string`.
-
## Feature Request
Currently, I have to use a workaround to properly translate enums.
For ListViews I need to use `Enum::Variant->value` for `choices` index.
Furthermore, I need to provide an …
-
Update the Lua copy of the collection enums to match the changes in #17604