SteelCrow
SteelCrow
Any progress?
Hi, methods: `read` & `read_exact` have diffrenet implementation from `read_to_end`, the first two do not initialize vector, so when you try to use `Vec::with_capacity(n)` your vector length is zero, and...
May you present solution? Because when I try to set `template.filter.set(new Date(2015, 9, 10, 0, 0, 0));` It isn't work...
Hi @sourabpramanik, thanks for your time. But unfortunately there is a "mistake" in your example. Without a doubt you successfully wrote `UserIP` struct into database but on response you got...
Yes, you are right again :) But, I want to get my **object** back(`Vec`), not an intermediate representation. So, try this one: NOTE: https://docs.surrealdb.com/docs/integration/sdks/rust#query ```Rust // Run some queries let...
Oh, I see. You cheated a little bit. ```Rust use std::net::Ipv4Addr; use anyhow::Result; use serde::{Deserialize, Serialize}; use surrealdb::engine; use surrealdb::opt::auth::Root; use surrealdb::sql::Thing; use surrealdb::Surreal; // ---------------- This is not what...
Would you mind sharing your config? So I can reproduce your test.