-
### What version of `drizzle-orm` are you using?
0.29.5
### What version of `drizzle-kit` are you using?
0.21.1
### Describe the Bug
After update drizzle-kit to version 0.21.1 I cannot …
-
# Purpose
Refactor the enums in `Order.java` to separate files to improve code organization and maintainability.
# Description
Moveg each enum type (like `TimeInForce`, `RejectReason`, etc.) from…
-
## 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 …
-
The change in #260 allows non-existent fields to be added to an enum variant, and be silently ignored by `FromMeta::from_list`.
See the test I added in https://github.com/Sufflope/darling/blob/306_…
-
**Describe the bug**
The variable `dockstoreRegistryMap` from register-tool.service.ts should be type of Array which has a field called '_enum'. However, swagger returns the field 'enum' instead from …
-
### Description
Given a schema like this:
```yaml
FilterRule:
properties:
type:
type: string
enum:
- filter
const: filter
…
-
### The problem
* Python classes for controls are bulky and hard to add/update/support:
* Unnecessary use of properties and "attrs" dictionary with redundant str-to-value-to-str conversions - co…
-
Hello Frictionless Team,
I'm exploring schema validation in frictionless and would like to know more about the JSON Schema validation properties it currently supports. Specifically, could you confi…
-
https://github.com/NordicSemiconductor/Android-nRF-Connect-Device-Manager/blob/main/mcumgr-core/src/main/java/io/runtime/mcumgr/response/HasReturnCode.java
In our Laerdal.McuMgr bindings-library we…
-
## Problem Statement
The address zero (`0`) is sometimes mapped. This is why `allowzero` exists. However it is also the case that other parts of the address range in any given space are unmapped. I…