Richard Whitehouse

Results 7 issues of Richard Whitehouse

I've noted this on the slog gitter, but raising an issue here to track the problem. If you log (using `error!`, `info!`, `warn!` or `debug!`) when implementing Debug or Display,...

C-bug
P-low
slog-json

Currently `git submodule sync` is not run recursively, even when the Git Plugin is configured to be recursive for the SCM. This is because the `git submodule sync` command does...

Submodules
feature

Running `cargo audit --target-os linux` on https://github.com/slog-rs/term suggests that it's vulnerable to `RUSTSEC-2019-0011` on Linux. ``` # cargo audit --target-os linux error: Vulnerable crates found! ID: RUSTSEC-2019-0011 Crate: memoffset Version:...

If MakeServices have different error types (e.g. `Box` and `hyper::Error`) they can't be composited together.

enhancement

Are there any post Rust 2021 edition plans for this crate? `TryFrom` and `TryInto` are particularly tricksy, because the prelude includes it's own variants, so the code required to use...

This updates the evaluation ARM template to also apply the network security group to the subnet created on the virtual network. This is required to comply with some security policies.

### Overview Support a request / response which can have multiple body content types - e.g. in V3: ```yaml requestBody: content: application/json: schema: type: string application/xml: schema: type: string responses:...

Enhancement: Feature
Server: Rust