XueHaonan

Results 8 issues of XueHaonan

BREAK CHANGE: [`sqlx_core::net::socket::connect_tcp`]. New parameter added. Add TCP keepalive configuration which could be enabled by [`PgConnectOptions::tcp_keep_alive`] and [`MySqlConnectOptions::tcp_keep_alive`]. ### Does your PR solve an issue? fixes #3540

### Bug Description In the document example code of `sqlx::query_as`, there exists several bugs that I encountered when testing. query_as.rs: 230 mismatched bracket. query_as.rs: 230 move TIMESTAMP to TIMESTAMPTZ to...

bug

query_as.rs: 230 mismatched bracket. query_as.rs: 230 move TIMESTAMP to TIMESTAMPTZ to match type time::OffsetDateTime. query_as.rs: 241, 251, 260 move i64 to i32 to match postgres type `INT4`. ### Does your...

**Please provide Issues links to:** - Issues: #696 **Provide test code:** No test code needed. ## Description screengrab_c.h has a pointer implicit conversion behavior at line 93 (from void* to...

- Robotgo version (or commit ref): 217d6cf1f1655e626ce6260a655ff718c6e5e269 - Go version: go1.23.1 darwin/arm64 - Gcc version: Apple clang version 15.0.0 (clang-1500.3.9.4) - Operating system and bit: Darwin bogon 23.5.0 64-bit -...

Issue: #433 It will only evaluate one closure for a certain entry, and other closures will be canceled, returning `CompResult::Unchanged`. Add `ValueInitializer::post_init_for_try_compute_with_if_nobody_else`. Add `Cache::try_compute_if_nobody_else_with_hash_and_fun`. Add `RefKeyEntrySelector::and_try_compute_if_nobody_else`.

I have opened a PR to `moka`. As shown in the figure, CI failed because of pinning `proc-macro2` to 1.0.63, but the cargo decides that `proc-macro2` should be higher than...

question