-
Got a dump file from @sbatten with the following stack
```
Operating system: Windows NT
10.0.26100 2161
CPU: amd64
family 23 model 113 stepping 0
24 CPUs
GPU: UNKNOWN
Cr…
-
### Aims/objectives.
If we don't want to use the public or assets folder strategy, adding images is not as simple as I thought...
### A clear and concise description of todo items.
it would be nic…
-
### Describe the bug
The `FileHandle::metadata` method panics because some file types do not implement it.
### To Reproduce
A kernel panic was triggered by a [recent run of CI](https://github…
-
Hello,
I was wondering if it's possible in a scenario with multiple models and multiple scripts to configure the tool to open each model once and run all scripts on it sequentially, rather than ope…
-
### Zig Version
0.14.0-dev.1860+2e2927735
### Steps to Reproduce and Observed Behavior
[Godbolt link](https://godbolt.org/z/baEqfK9on)
This code:
```zig
export fn _start() noreturn {
…
-
### Description
Repro:
https://godbolt.org/z/1d9Phs177
```cs
using System;
class Program
{
static char? Matcher(string b)
{
return b switch
{
"abcd" => 'a',
…
-
There is a integer overflow in `use_alternate_signal_stack()` at kernel/src/process/signal/mod.rs:257 .
https://github.com/asterinas/asterinas/blob/c4cb0f1aefad470af18ee878f7959acedaa83768/kernel/s…
-
First of all, thank you for providing this library.
I want to move a 2D Swin image->image model to neighbourhood attention. So for, I have been using the relative positional embeddings as in the or…
-
I have been investigating the code size of
```dart
for (final item in list) {
...
}
```
where `list` is the default system growable list.
The loop is the same as
```dart
…
-
### Describe the bug
There is a deadlock in `drop_as_last()` at src/mm/page/meta.rs:156 when call system call `fork` lots of times.
https://github.com/asterinas/asterinas/blob/7ddfd42baa210656127044…