Jonas Breuer

Results 58 comments of Jonas Breuer

We can extend the BatchRead struct with an index field. Then we can rebuild a new vec at the end. That would probably work. Accepting IntoIter might be a problem...

Did you already have time to look into the async PR? Whats the status on partition scan and the new auth? We would like to update our infrastructure but the...

Sorry for pinging again, but i need at least an answer on the second question because otherwise i will have to do it myself. I waited for over a month...

the `as` and `to` makes sense for me. Can you explain what you meant by default value? I think it might be risky to do that. If this method does...

I also had this change in mind for some time. Also replacing String with ToString at some places would be great. In general having more trait based interaction could be...

Using Traits brings in some complexity with thread safety. Its not always that easy to resolve that without other trade offs. In general its not an unsolvable problem to use...

I think its a good Idea. For this high level interfaces it will be a great feature. As i said, its only a "problem" for the async parts deep down...

Great Idea. I dont really see a problem as long as the compatibility to running the client itself on windows stays like it is. Right now, Appveyor is not running...

Hey, the client has serde serializers at least. Its behind a feature flag.

You are probably right. Look at that: https://github.com/aerospike/aerospike-client-rust/blob/master/src/msgpack/encoder.rs#L344