-
### Description
There are often use cases where it makes little sense to try and model specific behavior using a series of graph nodes but rather to model the behavior by calling into a low-level fun…
Naros updated
4 months ago
-
### What is the problem this feature would solve?
I'd like to build my library written in typescript with `bun build` (both for dev and prod), but there's no point in doing so if I or my library's us…
-
Svelte defines [reactive declarations](https://svelte.dev/tutorial/reactive-declarations), or variables that automatically update when a value they depend on changes, by highjacking the [label](https:…
-
### Bug Description
Busy indicator is not placed over whole content
![image](https://github.com/user-attachments/assets/94bf75d9-ab19-45b3-be9e-b88eb3266cd5)
### Affected Component
_No respons…
-
```
/home/usrname/.cache/paru/clone/scalapack/src/scalapack-2.2.0/BLACS/SRC/igsum2d_.c: In function ‘igsum2d_’:
/home/usrname/.cache/paru/clone/scalapack/src/scalapack-2.2.0/BLACS/SRC/igsum2d_.c:154…
-
os:Linux
gcc-version:7.3.0
the compiled error:
In file included from /usr/lib/gcc/x86_64-linux-gnu/7.3.0/include/immintrin.h:45:0,
from ggml/src/ggml-cpu-impl.h:426,
…
-
Hi all,
I am trying to build the cxi provider on LUMI. The update merged in #9791 breaks the build process because `lib-cxi` is too old.
I am using here the main branch with the patch suggested in…
-
### What it does
The `static_mut_refs` rustc lint checks for shared or mutable references of mutable statics. This catches most incorrect uses, but doesn't necessarily accomplish the goal of moving t…
pitaj updated
5 months ago
-
Currently, there is no suggestion in the design that choice types support forward declarations, and the toolchain implementation consequently does not support forward declarations of choice types. So:…
-
### What happened?
When using the Javadoc as description using `@Description`, it looks like `@throws` parts of the method's Javadoc are simply appended verbatim to the documentation.
Example:
``…