Jonas Breuer

Results 9 issues of Jonas Breuer

Here is the output log of the viewers dev console (related to discussion in #123) https://pastebin.com/FQAxwZ2h

bounty

I would like to start a discussion since Aerospike v6 brings in some new functionality that would be useful for our infrastructure. Is there any plan to update this client...

This first commit includes most of the basic changes to the client to get it running on async-std and tokio. There are surely a few more spots that need work...

T: enhancement
T: performance
P2 - need to have
E: hard

The serde serializer for Float Values serializes the bits instead of the float. Already fixed on #108

I would like to start a discussion about making this async. @khaf already mentioned that this is planned anyways. Before i will start to test around, i would like to...

There is a bug with the append_items list operation, resulting in adding 2 int values in front of the values. I'm not sure what the first one (always 0) is,...

Value currently only has a to_string method. As far as i understand thats more meant as some sort of "debug" function to just print whats inside the value. I guess...

This PR adds the `ToBins` and `ToValue` derive macros. Manually parsing large structs into Aerospike Bins or Values is a lot of boilerplate work currently. The macros can simply be...

New PR instead of #126 with the actual changes. I think its time to close the other one. Writable: - [x] Derive Implementation for Writable Bins - [x] Derive Implementation...