-
**What is your use-case and why do you need this feature?**
I have several classes that I want to deserialize, that include lists of polymorphic types. I can get it to deserialize correctly known t…
-
The problem:
- Dynamo guards against the DispatchKeys of tensors.
- If a Tensor is created inside inference_mode, then it does not have the ADInplaceOrView key.
- If a Tensor is created outside inf…
-
Okay, this admittedly of little consequence because I wouldn't really encourage the use of polymorphic variants for anyone but experts, but it might be a good idea, so I'll write it down:
First, some…
-
https://groups.google.com/forum/#!topic/sqlalchemy/tgdnqJoOFyc
https://groups.google.com/forum/#!topic/sqlalchemy/yeTZDEe2Q_w
-
SDC used to have an 'example' binding for an extension (sdc-questionnaire-launchContext) constrained to a 'code' data type. The validator didn't yell and scream, and it should have. If one of the al…
-
The `EMSCRIPTEN_HAS_UNBOUND_TYPE_NAMES=0` feature seems to not work with polymorphic types.
Adding a flavor of `other.test_embind` that builds with `EMSCRIPTEN_HAS_UNBOUND_TYPE_NAMES=0` causes the …
-
I'm usingRails 3.2.13 and schema_plus 1.1.2 . The following migration does'nt work:
```
class AddResourceToFileAssets < ActiveRecord::Migration
def up
change_table :file_assets do |t|
t.…
-
In our design system (storybook), without the Polymorphic, called as:
```
type ButtonComponent = Polymorphic.ForwardRefComponent;
```
We're losing the "autocomplete" for the component when we …
-
This code fails in HoTT/Coq, but does not if I remove the `change` (`present_obj`) or `intros` lines:
``` Coq
Set Implicit Arguments.
Generalizable All Variables.
Set Asymmetric Patterns.
Polymorp…
-
select_related, fails when you have different foreign keys on different parent classes.
I made a workaround, where the query is split up by type id, then for each of those select_related can be cal…