-
When I load markdown file, I get a (wrong-type-argument listp t) error.
## Expected Behavior
Markdown files should load without errors
## Actual Behavior
Opening markdown files produce err…
-
I'm surprised there's no ticket for this, so here we go.
It isn't possible in nostd to use [std::io::Cursor](https://doc.rust-lang.org/std/io/struct.Cursor.html). That seems to be mostly because it…
-
Currently, `color_eyre::Context` always generates a new `Backtrace` when converting an error..
https://github.com/yaahc/color-eyre/blob/496a17ec6116d2586b786f95a299b48284e9ad6e/src/lib.rs#L181-L188…
-
This is a tracking issue for one of the features mentioned in #81022, the ability to create an iterator over backtrace frames.
The feature gate for the issue is `#![feature(backtrace_frames)]`.
…
-
Feature gate: `#![feature(panic_update_hook)]`
This is a tracking issue for the `panic::update_hook` function.
This function allows creating panic hooks that forward the call to the previously s…
-
here's the error output for `Server.default.bla`.
```
CALL STACK:
DoesNotUnderstandError:reportError 0x8b738c8
arg this =
Nil:handleError 0x8b73818
arg this = nil
arg error =
…
nhthn updated
7 years ago
-
I am using https://github.com/richfelker/musl-cross-make to generate a `mips-linux-musl` compiler to build `mips-unknown-linux-musl`, as it's tier 3 and needs `-Zbuild-std`.
First off, I needed…
-
When running this program, I get a segfault when running under Wayland, but X11 is fine.
The segfault occurs when the `std::jthread` is being destroyed.
```cpp
#include
#include
#include
in…
-
### Detailed Description of the Problem
HAProxy crashes
### Expected Behavior
No crash
### Steps to Reproduce the Behavior
1. Use QUIC
### Do you have any idea what may have caused t…
-
**System information**.
- Have I written custom code (as opposed to using a stock example script provided in Keras): **yes**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): **Linux Debian…