-
**Describe the bug**
I have a Singleton object, for which I am trying to implement a `KSerializer`.
Serializer works fine only if it is used outside of polymorphic context.
When it is used in poly…
nsk90 updated
2 weeks ago
-
Hello, I was thinking that with this PR #18 that I would be able to update an existing polymorphic lookup on an elastic table. I just updated this plugin to v1.2024.5.14 but I'm still getting an erro…
-
ChatGPT hallucinates so much on that topic, it means it never processed anything about it. Which means a tutorial is highly needed
PR: https://github.com/ocaml/ocaml.org/pull/1531
-
following assets footsteps
create a script to update design attributes for existing designs before removing the design type models
https://github.com/goodeats/epic-pppaaattt.xyz/issues/174
-
Any chance of having support for polymorphic relations? Like:
```javascript
export const db = factory({
comment: {
// ...
commentable: oneOf('commentable', { polymorphic: true })
}…
-
**Is your feature request related to a problem? Please describe.**
Say I have the following object:
```ts
{
values: [
{type: '1', props: {.a: 1 }},
{type: '2', props: {.a: 2 }}
]
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Using polymorphic types and returning both the base class and derived class in separate contr…
-
Really need important part rephrased into better language
-
Might be nice to be able to have permissions specified against multiple types of data.
Either by class (id column is null), or instance (id column is not null).
Also global permissions are possible …
-
What is the best way to define a polymorphic relationship? I created the models and they are inheriting from the same base class, but then how do I define a ToOne relationship?
I tried using the b…