Jordan Bonecutter
Jordan Bonecutter
### Description of the bug: I'm testing running a bazel build in a systemd service. This all runs fine and the build completes as it should. However, the build running...
I'm submitting an ISSUE: please check one with "x" - [ ] New question{'s} - [ ] New assessment - [x] Missed questions/answers - [ ] Request for new quiz/answers/......
forvm
# Description Most `telemetry.Producer`s manage resources which can be cleaned up. Expose a `Close` method which allows `telemetry.Producer`s to be closed. I have also refactored the main function to allow...
#### Description To allow for parallel handshake processing, I propose to introduce the `AcceptHandshake` method on `listener`. `AcceptHandshake` returns a `Handshaker` interface, which is just a conn who has not...
With the introduction of go 1.23 it would be useful to add support for an `iter.Seq` from the `ResultWithContext` type to avoid allocating memory on the order of the size...
I'm not super familiar with the codebase, but there is a segfault on line 351. It seems there is some interpreter which reads the string output of this line and...
The `Records` method returns a func type equivalent to an `iter.Seq2` which allows it to be used in a for loop in go 1.23 and up without requiring updating the...
This type is pretty common and would be nice to support. Happy to write tests if this is something that could be merged
It would be nice to be able to load an obj file from an `io.ReadCloser` for scenarios when you don't have an OS file and don't want to write one...