VladTheJunior
VladTheJunior
When generating code for struct which contains chrono::NaiveDateTime compiler get warnings about conversion to NaiveDateTime. It should use `DateTime::from_timestamp_micros` instead ```rust impl SseDecode for chrono::NaiveDateTime { // Codec=Sse (Serialization based),...
Recently I got strange behavior on my app, it can stuck with 100% cpu usage forever, and only restart of proccess can fix that. After some investigations, I found that...
I found, that there is no default rust to dart conversion for Network types Such as Ipv4Addr, Ipv6Addr to dart InternetAddressType since frb converts it to opaque struct. Can you...
Example https://github.com/ClickHouse/clickhouse-rs/blob/main/examples/session_id.rs returns ` SchemaMismatch("While processing struct MyRow: database schema has no column named i.\n#### All struct fields:\n- i\n#### All schema columns:\n")` Edit: It works with disabled validation