-
### Description
I encountered a crash in Clang-20 when compiling the following code snippet:
```cpp
struct {
enum b {
c = (struct d
};
struct d {
// No content provided
};
```
This t…
-
### Description
When I type the example under the std/httpclient (https://nim-lang.org/docs/httpclient.html#sslslashtls-support):
import httpclient
var client = newHttpClient(sslContext=newContex…
-
hi, i tried to debug the code Entrance_1.py according to the idea in the this video
[https://www.bilibili.com/video/BV1934y147p2/?spm_id_from=333.788.videopod.sections&vd_source=c276bd4c8dbb36d81805c…
-
I am new to Rust and in audio, it throws error like this when I want to build:
```
error: failed to run custom build command for `ffmpeg-sys-next v4.4.0`
note: To improve backtraces for build depen…
-
### What happened?
examples/server/utils.hpp
static std::string llama_get_chat_template(const struct llama_model * model) {
std::string template_key = "tokenizer.chat_template";
// call wi…
-
### 🚀 The feature, motivation and pitch
Right now, the used SDPA backend is selected by a static priority order list:
``` python
std::array priority_order(sdp_params const& params) {
constexpr…
-
Following assertion triggers in recent builds of [DARMA-tasking/vt](https://github.com/DARMA-tasking/vt) when using the latest version of `m.css` (699abdd5):
https://github.com/mosra/m.css/blob/699ab…
-
[This section](https://github.com/rust-embedded/book/blob/master/src/intro/no-std.md#overview) claims the existence of a `collections` crate which can provide `Vec` and `HashMap` implementations.
I…
-
### Describe the bug
When both CUDA and HIP devices are present in the system, switching between them causes a crash. Specifically, after a CUDA device is used, submitting operations to a HIP devic…
-
### Quick summary
Video attachments appear with two attachments, one of them broken
### Steps to reproduce
You can see it in my recent post with a video: https://mattwiebe.blog/2024/11/24/support-w…