ajwerner
ajwerner
Say I want to embed gomacro in an application that is not connected to the internet and I really do not want to go off and compile new imports. I...
**Is your feature request related to a problem? Please describe.** An important property of go is the ability to compose structs in order to reduce the number of allocation and...
Before this patch, if a bug resulted in a UDT's types.T getting to a point where it was being formatted to a string without being hydrated, a panic would occur....
In rare cases where we hit an error hydrating the contained type of an array alias type, we'd populate the name, but not the contents. Fixes #85376 Release note (bug...
Note that this does not change anything about tenant GC. Fixes https://github.com/cockroachdb/cockroach/issues/70427 Release note (sql change): The asynchronous garbage collection process has been changed such that very soon after dropping...
Relates to https://github.com/cockroachdb/cockroach/issues/85944. Release note: None
The logic to read the core count from cgroups is very valuable. In some settings it might be desirable to read the value but not set GOMAXPROCS with it. This...
Hey @tdunning, This is a re-posting of the now closed #55. I'm interested in re-opening the exploration into how to properly decay a t-digest. The t-digest is attractive due to...
If the test crashes for whatever reason and does not run the deferred cleanup, then we would like very much for the operating system to kill the subprocess. Linux has...
Using `dlv attach` to connect to a running process can be a powerful debugging tool when you catch unexpected conditions in the wild. it can be convenient to run an...