-
```
prim type U32
prim type Str
prim fn printStr(s: Str)
trait A[T1]:
fn a(self)
trait B[T2]:
fn b(self)
type Box[T3]:
thing: T3
impl[T4: A] B for Box[T4]:
fn b(…
-
Hello, I'm a newby with your library which is really looks nice indeed and I would like to take benefit of it to make some exercices to illustrate private lecture for some colleagues. So , I would'nt …
-
**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…
-
### Describe the question.
I am trying to serialize a pipeline which uses `dali.fn.python_function` but I'm getting the following error.
```
RuntimeError: [/opt/dali/dali/pipeline/pipeline.cc:77…
-
### What would you like to share?
#### Work Expected From The Issue
Redesign the `cache` internal api to move it away from using an OOP based design to a more composable enum based.
The issue exp…
-
The following does not compile:
```sway
script;
struct StructB { propB: StructC }
struct StructC { propC: T }
fn main(a: StructB) -> StructB {
a
}
```
However changing `StructC` to `S…
-
Hi,
I am currently in the process of training using custom data, and I have encountered some confusion regarding batch processing. For instance, when the batch size is set to 6, sometimes the batc…
-
## tl;dr
Though actually there is a unit test for it, the body of `if let` is detected as not covered:
![2024-10-31_22_03_58](https://github.com/user-attachments/assets/acc453b4-a2c9-412a-a987-a…
-
There are new test failures on [Allow (e as dynamic).foo() in avoid_dynamic_calls...[linter] Exclude ElementLocation from analyzer_use_new_elements + update migration file](https://github.com/dart-lan…
-
Consider a `Fn::Split` intrinsic that is encoded as JSON. For example, a `Split` that is used in the definition of [a State Machine](https://github.com/aws/aws-cdk/blob/5f1b57603330e707bc68f56c267a9e4…