Sargun Dhillon
Sargun Dhillon
The client initialization for the datadog statsd sink allows for more complex initialization options than the ones that are exposed. For example, you can use buffered writer for performance reasons.
Abstract socket 2.1.1 adds support for node 10 and 12
CBOR has the idea of encoding data items in binary (CBOR) and then embedding them in the object itself. This has some really big benefits around in-place decoding because bstr...
This PR introduces basic preemption support into Gravity. I'd mostly like to get your thoughts on this. I'd also like to make it so that when (certain) native functions are...
It appears like Docker detection happens by inspecting /proc/1/cgroup. If the cgroup paths themselves don't include "docker", then the detection fails. This happens if the user decides to control /...
When dealing with lots of repositories it can be beneficial to have a mechanism to iterate through the data in an interative or reentrant manner. This introduces the idea of...
My ASN.1 file is as follows: ```asn1 OCI2 DEFINITIONS ::= BEGIN Blake3hash ::= OCTET STRING (SIZE(32)) Version ::= INTEGER { v1(0) } -- Nanoseconds since Epoch Timestamp ::= INTEGER (0..MAX)...
Rebar3
Do you have this working on a rebar3 compiled project? I'm seeing some issues with this where it can't find the source files.
-Define ErrNotSupportedPlatform -Fix reference to pathToTimespec on Darwin -Minor fixes about casting across platforms
Now that cgroups can be delegated, it would be nice to have the ability to specify that in the config: http://lkml.iu.edu/hypermail/linux/kernel/1801.1/01070.html It'd be nice to stay which cgroups should be...