-
It looks like group_links and person_links tables are essentially the same.
Do you want to use polymorphic relationships or would you prefer a more traditional design?
-
Now that I am implementing real processors with a von Neumann memory architecture, I am running into a problem with the type associated with memory.
Currently, a memory instance is created with a c…
-
Allow subclassing of entities.
Affects:
- Box: should baseBox.get(subclassId) return a subclass entity? Probably so.
- Queries: Querying for the base class should return all sub classes.
- Rel…
-
Is it possible to implement the Polymorphic Relations in limoncello-php app?
just like the one in laravel does.
https://laravel.com/docs/5.5/eloquent-relationships#polymorphic-relations
-
### Description of the problem
the `discriminate` and `injection` tactics are not compatible with sort polymorphic inductive types instantiated at `Type`
### Small Coq file to reproduce the bug
``…
-
Are [polymorphic variants](https://dev.realworldocaml.org/variants.html#polymorphic-variants) planned? They are quite useful for error handling. I understand they complicate type checking, and can lea…
-
We should sketch out a design for polymorphic functions and rules.
If we take the example of `to_device`, it should allow rewrites as follows:
```
(to_device N (f x)) -> (f (to_device N x))…
-
```
It would be nice to have polymorphic associations the same way Rails has for
its Model. The belongsTo would be needing a bit of chance but I am wondering if
anyone is already trying to
implemen…
-
Hello, guys! I'm thinking about possibility to add Polymorphic Serializers in my application.
## Preface
Imagine situation when you have `activity` resource with `actor` relationship which polym…
-
I have a use case that requires polymorphic models. I am currently manually parsing my dictionaries to figure out what model they belong to but I would like if that was built into schematics.
See the…