Christopher Hunt
Christopher Hunt
Hi @gseitz - that may help, but again something out of the box to recognise plugin development mode and the auto-enablement of scripted would be awesome. The less configuration the...
Apparently, if you have another branch that has not be pulled down entirely then this problem occurs...
For reference: my work-around is this: ```scala UnsafeUtil.unsafe.copyMemory( sourceBuffer.address, targetBuffer.address + targetOffset, sourceBuffer.length ) ```
@RayRoestenburg Just prompted me to look at bit harder... when I checked to see whether `+XX:-UseContainerSupport` was a valid option (as per Java 10), I did so on macOS. The...
From my reading of the client library doco, there appears to be a requirement for a global registry (default collector registry): https://prometheus.io/docs/instrumenting/writing_clientlibs/#metrics I would suppose that having a global registry...
Here's a link to the [a] re-write: https://droogmic.github.io/microrust/index.html UPDATE: apparently not an official update.
> @huntc That book is not the "offical" `discovery` rewrite but an independent effort pre-dating it by a few years. It certainly is a good resource (and the author a...
> > Just opened a PR, I'd be happy to polish it 😊 Can you please link to the PR? Thanks.
It makes no difference whether disconnect is sent. It would if disconnect caused a session to clear up, but afaik it doesn’t. > On 7 Mar 2019, at 20:06, Enno...
Sorry, I don’t understand the question.