Thomas B
Thomas B
## Setup ### Versions - **Rust:** Latest stable - **Diesel:** Latest master (8a53cb7c8a09ae891df6c104d1c8a03d51ee07fc) - **Database:** Postgres - **Operating System** Linux ### Feature Flags - **diesel:** postgres ## Problem Description `cfg_attr`...
Not sure if there was a feature request for this, but I happened to need it and felt it wouldn't be too hard to implement. Does this seem reasonable? (We...
This is due to the `Clone` bound here: https://github.com/diesel-rs/diesel/blob/05cd29b9a17234312896dbea4c28829d138f1785/diesel/src/query_source/joins.rs#L88 with `BoxableExpression` not providing Clone. It also appears this `Clone` requirement will have stuff possibly get cloned around if the join...
It looks like scram-sha-256 is supported by Postgrex starting from https://github.com/elixir-ecto/postgrex/commit/394b16acb7622b6677cfe67cb806f2a6394ecbac. However, when the postgres server has this setup as authentication method in pg_hba.conf, bors-ng fails to connect to the...
When rendering with an invalid template that refers to an `Object` instead of strings/integers/bools/arrays, the rendering silent fails by rendering "`[object]`", due to: https://github.com/Keats/tera/blob/b91a985951fccf6896c7192ea7c78ba64608bb62/src/context.rs#L119 (by the way, this could be...
# Configuration OS: ArchLinux latest VSCode version: 1.58.0 (latest) Extension version: 1.6.5 (latest) Compiler: Rust 1.53 (latest stable) Build target: Linux AMD64 # Issue With the following code: ```rust fn...
I have a workspace which contains a large number of crates. Say I need to do the following, in that order: - Update lib L - Fix crate A to...
**Describe the bug** aws-creds's `Credentials` initilaized with `from_instance_metadata` are broken after 6 hours, because they expire, as explained here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html **To Reproduce** Initialize `Credentials` with `from_instance_metadata`. Wait 6 hours. Attempt...
Install fails on 32bit windows architectures due to missing `https://node-webrtc.s3.amazonaws.com/wrtc/v0.4.6/Release/win32-ia32.tar.gz`.
Somewhere in the dependency tree is the crate openssl 0.9, which is too old for my openssl version. This causes the following issue : https://github.com/sfackler/rust-openssl/issues/987 This is specifically due to:...