Raz-Hemo

Results 5 issues of Raz-Hemo

It would be really cool if we could configure the assertion to ignore tiny differences in float values, e.g. ``` let assert_config = assert_json_diff::Config::new(assert_json_diff::CompareMode::Strict) .numeric_mode(assert_json_diff::NumericMode::AssumeFloat) .float_eq_epsilon(0.001); assert_json_diff::assert_json_matches!( serde_json::json!({"a": 1.1000001}), serde_json::json!({"a":...

help wanted

I have the following enum in my code: ``` #[derive(Clone, Debug, Deserialize, Serialize)] #[serde(rename_all = "lowercase")] pub enum my_enum { Foo { field: String }, Bar { field: String }...

I want to enumerate available resolutions on my monitor. AFAIK I need to enable the `khr_display` extension, but using it (specifically it - other extensions work) crashes my process with...

status: unknown-cause

Version of vulkano: 0.18.0 OS: Windows 10 version 1903 GPU (the selected PhysicalDevice): NVidia GTX 1060 GPU Driver: 445.75 I'm writing picking logic that writes an image of u32 in...

status: unknown-cause

Say I unplug my headphones and plug them in again. What happens to me right now is that even after the replug, I have no audio output (from `play_raw()`). I...