Mitchell Hashimoto
Mitchell Hashimoto
I'd be happy to add this if there is a reasonable way to do this by operating system. I'm unfamiliar with the low level APIs available since I always used...
Thanks, the C API is admittedly anemic right now and not well maintained beyond extremely basic tested usage. I'm sure there are many improvements to be made here.
I'm happy accepting a PR for libxev without tests. Just note that without automated tests it more likely future work will regress the behavior...
I've got the scaffolding in place, we just have to fill with content and setup vercel.
Other option: let's fill in the man pages and just use `mandoc(1)` to convert to HTML for now
This really should've been a 1.2 release. Gems are breaking all over the place that follow semantic versioning. I would appreciate if you'd yank 1.1.11 and push a 1.2.
Thank you! I've been wanting to take a closer look at this but haven't had time yet. I appreciate you spending time making this better though and I will take...
As background, the go-immutable-radix lib backs our [MemDB](https://github.com/hashicorp/go-memdb) library which is the primary in-memory datastore for Consul, Vault, Nomad, and more products (we usually then sync that data to a...
Hmmm I would've thought that the Terraform SDK handles that `timeout` block for me since we're just using the context provided directly from the SDK. I'll have to do some...
I don't know either. I think at least partially, this might be worth asking the Terraform core GitHub as well. I'll do some research here too but it might be...