-
### Describe the bug
**TL;DR:** When using kotlin serialization with a polymorphic hierarchy, the REST server expects a discriminator value. This discriminator value is not created when using the Qua…
-
Something that came up recently in our codebase using `indirect` and `polymorphic` was the need to move a contained object from an `indirect` to a `polymorphic`.
[Usage example](https://godbolt.org…
-
From ifql created by [jsternberg](https://github.com/jsternberg) : influxdata/ifql#346
I think we should provide a way for function polymorphism by allowing a formal function declaration keyword. S…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I have some polymorphic types
```cs
[JsonPolymorphic(TypeDiscriminatorPropertyName = "$d…
-
I have the following schema:
```
model Post {
id String @default(cuid()) @id
}
model Comment {
id String @default(cuid()) @id
}
model Vote {
id …
-
### Basic information
* Axon Framework version: **4.9.4**
* JDK version: **21**
* Complete executable reproducer: [Modified Bike Rental Demo](https://github.com/dxp227/bike-rental-quick-star…
-
Hello,
I'm having trouble to have a fallback on a List with optional children (non handled atm).
Given this example XML:
```xml
…
-
Hey Guys, i try to follow:
https://cube.dev/docs/product/data-modeling/concepts/polymorphic-cubes
and
https://cube.dev/docs/product/data-modeling/concepts/code-reusability-extending-cubes
But i …
-
### Feature description
It would be very helpful to be able to edit the names of polymorphic relationships.
I am working on a project where I am utilizing the awesome postgres feature of Inherit…
-
### Bug description
I created a schema with polymorphic links.
My goal is to have foreign keys of different services connected to one field, and define the service by the Servicetype field.
B…