makorne

Results 78 comments of makorne

Hi! Any progress with this? May be you need a beta-tester? :) Looks like a very important enhancement. Sometimes I get NotEnoughData on a query that works with another time...

> You can try `val.as_mut_slice().serialize(serializer)`. I think it should work. Like this? ``` pub fn deserialize, { let mut val: Vec = Deserialize::deserialize(deserializer)?; val.as_mut_slice().serialize(serializer); } ``` `error[E0425]: cannot find value...

Ha. I've been trying so long to remove error in deserializer, that was still thinking you wrote me about it some rust kung-fu :) Yes. But changing does not solve...

But as I wrote before, `Vec` was throwing cdrs errors: ``` 54 | #[derive(Serialize, Deserialize, Debug, TryFromRow)] | ^^^^^^^^^^ function or associated item not found in `u8` error[E0599]: no function...

@AlexPikalov Hi, I hope you are ok in our pandemic time? Any news about blob issue? > Please let me check how `TryFromRow` works in case if some field is...

Hi! Looks like the same overflow on debian bullseye (rust 1.57- 1.62): ![OverflowScreenshot_2022-07-07_21-33-36](https://user-images.githubusercontent.com/26540498/177800580-e9228913-4821-4fdd-a88c-2406fa89d9f1.png) ![OvewflowScreenshot_2022-07-07_18-21-02](https://user-images.githubusercontent.com/26540498/177800622-8370e2d5-2e63-4cef-a5e5-2741d72d1b77.png) ![OverflowScreenshot_2022-07-07_18-17-03](https://user-images.githubusercontent.com/26540498/177800627-c714d8f7-8f79-4545-b099-4fcae8e805bf.png)

May be the errors happen because of using the deprecated tokio_unblock_process_task_fn ? ``` warn(deprecated)]` on by default warning: use of deprecated function `delay_timer::utils::functions::tokio_unblock_process_task_fn` --> delicate-utils/src/consensus_message/task.rs:210:25 | 210 | move ||...

> I've fixed it. Looks the issue is still alive :) I`ve just tried to build V1.31, #https://github.com/BinChengZhao/delicate/releases/tag/V1.3.1 with poem 1.0.22 (bump 1.05 in utils cargo.toml) : ``` error[E0599]: the...

Thank you! I checked it having set all your .delicate-rs.com domains to localhost. But still infinite LOADING ( although I turned off cors). api/user/check responded Unauthorized but no login form...

I just try using your setting, so my hosts file has `127.0.0.1 www.delicate.com api.delicate.com delicate.com api-local.delicate.com api-local.delicate-rs.com delicate-rs.com web-local.delicate-rs.com` http://api-local.delicate-rs.com:8090/api/tasks_state/one_day gives a good response : `{"code":-1,"msg":"Please log in and operate.","data":null}`...