-
-
OS: 10.11.4
Rustc: 1.8.0
Cargo: 0.10.0
Cloning the current repo:
```
matthew_backup@Mr-Pro ~/D/S/R/glium> cargo test
Running target/debug/attrs-7d286c08045b4dab
running 51 tests
CoreAnimation:…
-
Not sure what I'm doing wrong here.
- The offer contains details about the track - I can see the m line with the id & stream id.
- The answer contains a video m line (it contains two video m lines…
-
**Is your feature request related to a problem? Please describe.**
JoinSet requires a mutable reference to spawn or join tasks. This means you cannot have 2 concurrent tasks appending tasks and joi…
-
Found with domato.
```html
```
```gdb
Shouldn't see table column fragments here. (thread LayoutThread PipelineId { namespace_id: PipelineNamespaceId(0), index: PipelineIndex(NonZero(1)) }, at /s…
-
Hi, I am trying to open_with_event_sender but settings from options are private.
Can someone help me?
```
use clap::Parser;
use ord::{
settings::Settings,
index::{event::Event, Index…
-
Found by fuzzing with domato.
Note: The linebreak after `` is necessary
```html
* { text-indent: 1; white-space: pre; text-overflow: ellipsis; overflow: auto}
```
```gdb
assertio…
-
### What happened?
I'm upgrading from 4.8.3 to 4.23.0 and when running the jar in standalone mode, I am getting the error "ConfigException: No drivers have been configured or have been found on PATH"…
-
The module structure of `leptos` is almost completely flat, making it hard to find certain items or add documentation about groups of items. I discussed this briefly in https://github.com/leptos-rs/le…
-
**Is your feature request related to a problem? Please describe.**
I'd like to be able to check whether a `mpsc::Receiver` has any messages ready to be received, without necessarily having to receive…