Noah Hüsser
Noah Hüsser
I encounter this error: ``` thread 'main' panicked at 'index out of bounds: the len is 4 but the index is 5', /home/yatekii/.cargo/registry/src/github.com-1ecc6299db9ec823/ab_glyph_rasterizer-0.1.5/src/raster.rs:128:17 note: run with `RUST_BACKTRACE=1` environment variable to...
#### Why are we making this change? This PR introduces a new `gql()!` proc_macro, which allows the user to define adhoc queries, mutations and subscriptions like so: ```rust cynic::gql! {...
**What this PR does / why we need it**: LE was broken for bitwarden. It seemingly used an old way of configuring traefik and always failed to get the certificate....
## Setup ### Versions - **Rust:** 1.36.0-nightly - **Diesel:** 1.4.2 - **Database:** sqlite3 - **Operating System** Linux/Windows ### Feature Flags - **diesel:** `["sqlite", "chrono"]` ## Problem Description Only single word...
## Motivation ## Solution
I use [log::Level](https://docs.rs/log/0.4.10/log/enum.Level.html) in my config structs and this works great with config 0.9.0 and the serde feature enabled on the log crate (v 0.4.0). In version 0.10.0 I get...
Also color returned values to improve the ability to find the values.