Michael Nitschinger
Michael Nitschinger
Hi, After working with `Attribute` for a bit, especially when dynamically modifying the value, I find it very challenging to use because it takes a `'a [u8]`, so it pushes...
Hi, Currently, methods like `https://docs.rs/jni/0.10.1/src/jni/wrapper/jnienv.rs.html#1315` take the buffer they modify as non-mutable, but they are modifying its content. I wonder if the array to modify should be passed in as...
During discussion on IRC with @alkemann, a possibility would be to render a select box (or similar), as a list of multiple checkboxes. Here is a snipped by @alkemann that...
Hi all, I've discovered a strange issue, maybe we can track it down together. I have the following session config: ``` php ``` Now in my view, I check for...
Hi, one thing I need to do is train a model, either one time or online, and then at regular intervals store the model so when the server goes down...
Lets make sure we build a well behaving and safe client at runtime.
We already have subdoc implemented, but we need to double check that the full spectrum is implemented both for lookupIn and mutateIn: https://docs.google.com/document/d/1_fPJn9trqG6e7iTpzqwCnurvxmBlguFVjh00F2Co7Y8/edit#heading=h.tydhf9ou0bd4
The lcb run loop needs to keep track on N buckets (also taking into account GCCCP on the first one) and then also loop all of them for readiness. Also...
We have a basic impl, but it makes sense to revisit all the different combinations and make sure they are exhaustively covered.
More document types need to be exposed and their flags properly sent with lcb. We need at least json support in a simple way as well as the other common...