-
Hello all! Apologies if this solution exists, I am rather new to flutter/dart/drift and still learning a ton.
I am trying to implement a polymorphic `Tags` table, and cannot find anything in the do…
-
### Describe the feature
In the current implementation, when declaring a polymorphic relationship, you must specify a list of models that can be related.
At the same time, a polymorphic relation…
-
This is a continuation of #227 required for #41. The idea is to wrap `class` instances into a `type` to keep pointer logic and avoid automatic deallocation, in order to keep remaining changes minimal:…
-
The `qpf` macro struggles with universe levels, concretely in conjunction with product types.
```
qpf F₁ (A : Type 0) B := A × B -- works
qpf F₂ (A : Type 1) B := A × B -- fails
```
Which gives t…
-
I am attempting to setup a polymorphic object that will be contained within another object. Serialization and saving to the database is working as intended, but fetching and deserializing from the ser…
-
### Bug report
You asked to open various small issues [here](https://github.com/phpstan/phpstan/issues/10685#issuecomment-2340316447):
> I'm closing this issue because the samples shown are inco…
-
The combination of the following two files crashes LH:
`Foo.hs`
```haskell
{-@ LIQUID "--reflection" @-}
module Foo where
import Prelude hiding (last)
{-@ reflect last @-}
{-@ last …
-
Originally discussed here: https://fortran-lang.discourse.group/t/ownership-for-fortran-pointers/8084/55?u=ivanpribec
The proposal would be to provide a means of move allocation from unlimited poly…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
We're looking into migrating from S…
-
### 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…