-
From the OMR source code I can see that OMR has an implementation to support PICs.
How might we make use of polymorphic inline caches in OMR?
-
## Feature Request: Polymorphic Relations
The ability to create polymorphic `one-to-one`, `one-to-many`, and `many-to-many` relationships in Hasura. This would necessitate Hasura generating appropr…
-
Derived by #84 discussion.
The idea is to allow eager loading (via the mapping implemented in 3.0 on both `$relations` and `$load`) also on morphable fields.
The syntax would be something like
…
-
Usage of polymorphic associations results in an exception
e.g.
```
Missing model Bar for association Foo.belongs_to :bar, polymorphic: true
```
-
Polymorphic data members have a "{member}_as_kdsoap_value()" function, which lets you get the raw KDSoapValue that was received. If it was actually a derived type, you have to deserialize it yourself…
-
Add this to the list of why it's so hard to use an alternative Predef.
```scala
package p
object Bug {
def empty[F[_]] = null
type LocalNothing = scala.Nothing
def f = empty[Nothing…
-
Version 3.0 mentions polymorphism and specifies it as one possible outcome of a Special Feature, but is otherwise silent on how it should be handled (other than the obsolete "see Summoned Creatures" t…
-
```
What version are you using? (0.99/2.6.5/1.8.2)
Please include a stack trace below:
We are trying to create a module based on morphia with a specific
collection (ie: ShapeContainer) acting as in…
-
I could not find how do we perform the inverse polymorphic relation using this library.
Is there any way to perform the inverse polymorphic relation similar to laravel "**morphTo**":
https://larav…
-
I'm currently rewriting my app from php to javascript, and i'm using sequelize :proudly: as our ORM. On my app i have a kind of associations that i called _Universal_ because they can associate with d…