Michael Nitschinger

Results 60 comments of Michael Nitschinger
trafficstars

@alexcrichton well that is one way to do it. Our (couchbase) build.rs uses the cmake builder quite significantly (https://github.com/couchbaselabs/couchbase-rs/blob/master/couchbase-sys/build.rs#L9) we just found that on windows against visual studio we have...

Hi, I ran into a similar issue, but on the other side of the allocation size ;) If you want to send an empty struct across the queue, it dies...

yes, they copy into the java array - and the java array should be taken as a mutable ref, right?

Update: okay, it looks like the identical names seem to be the root cause. Maybe we can raise an exception if this is not allowed?

I'd stick with the latter one, because the key is not directly associated with the config (often, you want to autogenerate keys in some way, but you don't want to...

Couchbase uses RxJava for its new JVM SDK, but I was very glad to see you already put our logo on the front page, thanks!

@mikereiche yeah the scan_vector is required with at_plus - that's the MutationToken you pass in from the SDK.

@mikereiche there is a way to retrieve it for documents, but right now that is not exposed to the user since we only wanted to cover the RYOW use case.

@carolfly86 thanks for reporting! Are you on master or a specific version of the sdk?

JsonDocument is exposed now, but we need to add more and also expose the right flags down to lcb.