Daniel Feather

Results 4 comments of Daniel Feather

@johanhelsing This should be doable on wasm. On the `web-sys` `Window` there is a method called `fetch_with_str_and_init`. `RequestInit` has a headers field where I am assuming the `User-Agent` header can...

> I thought perhaps browsers didn't let you set that header... Have you tried it? @johanhelsing I hadn't considered that, but after doing a test with `fetch` and `XMLHttpRequest` respectively,...

> The MSRV was bumped to 1.82 in https://github.com/rust-lang/backtrace-rs/pull/700 I understand the reasoning, just that the release notes for 0.3.75 on GH indicate that 1.79 is the MSRV, as well...

> That is https://github.com/rust-lang/backtrace-rs/issues/712. Seems that when 0.3.75 was tagged, it didn't get released to crates.io and when release-plz got setup, the current commit on master got released as 0.3.75...