Chris Miller
Chris Miller
There's an interesting article about the performance and correctness of selecting random numbers from a range here: http://www.pcg-random.org/posts/bounded-rands.html See the conclusion for what is probably the best overall algorithm (in...
I just wanted to chime in and say that I have tried this code on both an Arduino Nano and a Teensy 3.2 and it works very well on both...
Ouch, I've just been hit by this trying to upgrade our large Python large codebase from an old protobuf version to 5.26.1: ``` $ python -c 'import google.protobuf; from google.protobuf...
This fix doesn't seem to be in the new 27.2 release from yesterday, is that to be expected?
Ah OK - no I haven't tried it, I just didn't see it mentioned in the release notes and I couldn't see it on the [27.x branch](https://github.com/protocolbuffers/protobuf/blob/11307ca72574db357c2c011baa2f2bd859ba4177/python/message.c#L1260), but I probably...
Ah that's unfortunate, thanks for confirming though. Not sure quite how other changes do make it into the 27.x branch, but I guess 28.x won't be all that far away...
Ah thanks for the pointer to the existing Android API, I hadn't thought of checking that. It has clustering support, so looks very helpful.
FWIW - I haven't had much time to spend on this and am still finding my way around the Kotlin-JS integration side of things so haven't made great progress, however...
Thanks for taking a look! Yes I can see it would make sense to separate jsobject out into a different module, no objections from me (or hopefully anyone else, as...
Yes I'd agree the main `Map` APIs are probably the most important/useful. To help keep things simpler on the clustering side, I think there's some functionality there that can be...