Allan Zhang

Results 70 comments of Allan Zhang

This is how bb8 does it: ```rust let pool = Pool::builder().build(PostgresConnectionManager::new(config, connector)).await.unwrap(); ``` and `r2d2_postgres`: ```rust let config = r2d2::Config::default(); let manager = PostgresConnectionManager::new("postgres://postgres@localhost", TlsMode::None).unwrap(); let pool = r2d2::Pool::new(config, manager).unwrap();...

Oh I see... it's to support changing the configuration of an already-built pool. Would the pool reflect the changes? I'm not sure how that works. I've never encountered this need...

I agree, this is something that is good to have. PRs are welcome!

Opening might not be done with the command line. I don't think there's a need to include this with the installation instructions.

I'm interested. I'd hate to see the project unmaintained.

I created a Discord https://discord.gg/r7n6sxUu

@UnsolvedCypher This one won't expire Discord link for BloomRPC: https://discord.gg/n5k44hrAfM

Yes, three new maintainers were found including myself. We are still looking for more maintainers. @btlk interested?

@george-angel Apologies for the delay. Added you as admin.

Can you provide more information? OS, version, proto file, method call