-
[This](https://github.com/NeurodataWithoutBorders/nwb-schema/pull/425) field in the NWB schema specifies a text field that can take on one of three values. The ability to formally specify these values…
-
Json-b presently does not appear to recognize or honor `@JsonbProperty` annotation when applied to enumerated types. We suggest adding an annotation type that implements the same logic as `@XmlEnumVal…
-
Trying to connect with postgres using jdbc driver
At Postgres:
```
CREATE TYPE status AS ENUM ('active', 'disabled');
CREATE TABLE campaign (
id integer,
status status
)
INSERT INTO …
-
### Describe the bug
There are several attributes whose values can be enumerated.
However, if the values are string representations of booleans, then the value type becomes `Booleanish`.
https://gi…
-
Matplotlib uses enumerated types, or something like them, in a number of places: for example, when setting locations ("upper", "lower" etc.). Historically, the pattern here has been to use strings. Ho…
-
As mentioned here:
https://github.com/ceylon/ceylon.language/issues/4#issuecomment-2725516
Currently the spec says, in 4.3.3:
> If an interface has an `of` clause, then every subtype of the interfa…
-
An initial look into the gml xsd provided with S-128 v2.0.0 release candidate (2024-11-22).
The XSD validates by itself but does not work with the sample gml because there are problems with the xs…
-
Use-case:
* Add an enum with say 200 levels; `int8` is chosen as the underlying index type
* Subsequent data write with 80 new levels; `int16` is now necessary since the 8-bit boundary is crossed
…
-
(thank you for this fantastic tool)
In using Verilator to link some systemverilog, I wanted to initialize some typedef'ed custom types that are buried a few layers of typing down inside a complex s…
-
Even though passing the raw value to the http api, yamcs converts to the label value. Similarly, if I use the `SET VALUE` button in the yamcs UI, the raw value is `-`. This results in calls to the `sa…