Rushmore Mushambi

Results 124 comments of Rushmore Mushambi

@sionzee Yours is a different issue. It's a deserialisation issue rather than an issue with taking fields multiple times.

Are you still running into this on the latest stable version @porkiedev?

Thanks for the review Dave. This PR is not ready yet though. It's just a placeholder for the actual documentation.

There is nothing wrong with the way you are trying to start it @admtech. As stated in the error message, it's not enabled in that binary. This means that the...

This conversion is done within JavaScript. The Rust SDK is not aware that this number was originally an integer. If you run that in the CLI, you will see something...

One possible way to fix this is to try and deserialise any number type into any number type. As an alternative, is there any way we can preserve the number...

Hi @lewisHeart 👋 I'm failing to reproduce this issue. However, I am using a different system from the one you are using. Are you able to share your `Cargo.toml` and...

@TorbenHammes how are you inserting the floats into the database? Are they actually floats in the database, or are they strings or decimals?

I thought maybe integers and floats are being returned as strings from the database. That's not what's happening though. I cannot reproduce this issue with this code: ```rust use serde::{Deserialize,...

Thank you for the issue @Micnubinub. I cannot reproduce this using the Rust SDK. Which SDK are you using?