gitmalong

Results 54 comments of gitmalong

Root cause is https://github.com/jaemk/cached/issues/86 because my fn was within impl Block. Should be mentioned somewhere

How about that: 1) Provide a deps.rs executable via Docker that takes Cargo.toml files as input and then generates a deps.rs page. By including a tiny bit of javascript the...

What does it take to get it merged @isislovecruft?

@rcoh Without that feature I'm not able to develop apps that rely on various AWS credentials for different functionality. This is quite limiting. For instance I got credentials from a...

https://github.com/mehcode/config-rs/blob/master/examples/hierarchical-env/settings.rs#L49 no function or associated item named `builder` found for struct `config::Config` in the current scope function or associated item not found in `config::Config`rustc[E0599](https://doc.rust-lang.org/error-index.html#E0599) How would that example look like...

@antifuchs can you please provide a type annotation example for a DashMapStateStore keyd Keystore. Edit: Found it. `RateLimiter` I don't get autocomplete for the `RateLimiter` constructor like methods besides of...

Switching my vscode extension from rust to rust-analyzer made the autocomplete work! Thanks!

> Tonic should already support the tokio single threaded runtime, is there something you see missing? How can this be activated?

I am trying to make use of https://github.com/pgpartman/pg_partman/blob/master/doc/pg_partman_howto.md#simple-time-based-1-partition-per-day which wants me to create a parent table without having a primary key. But in that case I am getting a lot...