John Vandenberg

Results 1423 issues of John Vandenberg

http://zacstewart.com/2012/04/14/http-options-method.html and several others have lamented that HTTP [`OPTIONS`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS) is rarely used effectively. It is mostly used for CORS preflight requests, and the Rust frameworks usually have a plugin which...

enhancement

##### Checklist - [ ] tests are passing with `cargo test`. - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added - [ ]...

### Is there an existing issue for this? - [X] I have searched the existing issues ### This is a CLI Docs Enhancement, not another kind of Docs Enhancement. -...

Needs Triage
Documentation

Most of these are based on the automatic `clippy --fix` changes, with some many changes to reduce the noise. `max_value()` to `MAX` and the cfg change are manual. (note: I...

## Description Update dev-dependencies indoc and async-std ### Checklist - [ ] Formatted code using `cargo fmt --all` - [ ] Linted code using clippy - [ ] with reqwest...

## Description - Downgrade dev-dep tokio so that builds on Rust 1.65 still work - Set MSRV in Cargo.toml - Add `Cargo.lock` so that it is possible to determine what...

```rust > cargo +beta clippy warning: unreachable pattern --> src/lib.rs:593:17 | 593 | Err(void) => match void {}, | ^^^^^^^^^ matches no values because `unsync::OnceCell::get_or_init::Void` is uninhabited | = note:...

**Is your feature request related to a problem? Please describe.** For an private API, we are using ```yaml license: name: UNLICENSED ``` This is used to match the license value...

Type: Enhancement