-
## The Issues
I did another Gridscore training with some colleagues yesterday, and one thing that came up several times was how multi-valued traits are currently entered and saved. Several folks said…
-
For a multi `trait_mod:(Routine:D, |)` is always called on the proto, never on the actual candidate. This has been deemed wrong in the discussion: https://irclogs.raku.org/raku-dev/2023-06-05.html
…
-
If you use any example in a blank fresh project all i get is errors. Yes you can run the example but only when you are in the project. Try creating a new blank rust projekt, then add for example the c…
-
Is it possible to add a downcast function to traits like `Api`, `Storage`, and `Querier`? So that custom implementation of those traits can be cast back to the original type.
I'm running into probl…
-
I have a trait in 2 envs as trait1.Env1 and trait2.Env2.
when i run this code:
```
IIIVmrMLM.QEI(fileGen=Genotype,filePhe=Phenotype_multi_env,method=c("random"),
indicator=c("range"),trait=1,n.e…
-
I think it would be useful to have in `geo` helper functions to convert arbitrary objects that implement geo-traits to `geo` objects. That is, vendoring [this code from geoarrow-rs](https://github.com…
-
I have the following test:
```
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework)]
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
public static void TrimDbEnti…
-
-
**Description**
The `channels` feature is not working with the most recent __loco-rs__ `v0.10.1` version and __socketioxide__ `v0.14.0` as presented in the [documentation](https://loco.rs/docs/extr…
-
The pallets with `#[pallet::without_storage_info]` attribute or storage items with `#[pallet::unbounded]` attribute do not require a stored types to be bounded by the size. This simply means that thos…