-
## The Problem
When trait is applied to a `multi` method the `multi` attribute of the routine object always reports _False_ making it indistinguishable from plain methods.
## Expected Behavior
…
vrurg updated
3 weeks ago
-
Creating a ticket to follow up on the multi-trait QA interface :) would the end of Q2 be a realistic deadline?
-
Multi Block Migrations can cause chain indexers and explorers to not be able to decode specific storage prefixes since their storage layout is changing. There is currently no way for the outside world…
-
@ptiede @anilipour
I'm thinking about the possibility of adding more probabilistic versions of some regularizers. For instance,
- L1-norm can be interpreted as each pixel intensity is following a…
-
## Oveview
In several places of the codebase we have cases when we need to get multiple values at once. It is faster to do via multi-get operation.
Also, we want to use it for https://github.com/F…
-
### 1. Why is this change necessary?
Is usefull passing sales channel Id in multi saleschannel environment
### 2. What does this change do, exactly?
Add the salesChannelId parameter to get Shopwa…
-
Hi there,
There seem to be some issues with edging cases when `compare_complex_value` is used in CK3.
It's hard to describe, as I have absolutely no idea what this is officially called.
Conside…
-
This works
```perl6
multi trait_mod:(Attribute $attr, :&bla!) {say 42}; class :: { has $.a is bla{;} }
```
but this doesn't work
```perl6
multi trait_mod:(Attribute $attr, :&bla!) {say 42}…
-
There is Currency trait which only support single Currency.
We need a MultiCurrency trait that supports multi currency model.
-
Recently I tried this code as part of a [blog post](https://rakujourney.wordpress.com/2024/10/12/raku-burritos/)
```
use Definitely;
enum Meat ;
enum Ingredient ;
sub returnBurrito($meat,…