Casey Allred

Results 6 comments of Casey Allred

I would argue that it should be changed to be 0-6 or have a configuration to pick between 0-6 or 1-7 as right now if we wanted to use this...

Forgot to add my Cargo.toml ``` [package] name = "juniper-example" version = "0.2.0" authors = ["pyros2097 "] workspace = ".." edition = "2018" [dependencies] actix-cors = "0.2.0-alpha.3" actix-web = "2.0.0-alpha.6"...

Speaking of _ring 0.12.x_ i have a bin that uses _biscuit 0.0.8_ which depends on _ring 0.12.x_ ... because of that i cannot add any other non-related crates (like hex...

My 0.02. I'd rather just have something like sqlx::query!([sql string], [optional db url or env var], [params]). If you leave it off then it uses the current behavior of DATABASE_URL...

I can see the benefits of a config macro in a module and then using that module to indicate which config you were trying to use. I just want it...