Jason Toffaletti

Results 13 issues of Jason Toffaletti

**Is your feature request related to a problem? Please describe.** Currently extensions will be stored as unknown when unmarshaled by `protogen.Options.Run`, *unless* you codegen all proto files containing extensions and...

### Describe the bug I have a process that crashes with SIGTRAP on macOS. Running the executable under nushell gives no indication the process exited because of a fatal signal....

enhancement

It is a bit surprising that just importing zpages package (even if you don't register a handler) causes the infinite memory growth described in #597 even if DefaultSampler is NeverSample...

enhancement
performance
zpages
P1
next

I added a link to my implementation in Zig.

https://pkg.go.dev/google.golang.org/protobuf/proto#UnmarshalOptions Currently UnmarshalVT tracks unknownFields: ``` default: iNdEx = preIndex skippy, err := skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0...

enhancement

adding readv and writev is relatively easy, but there are a few considerations. 1) should the other send/recv calls just be wrappers around readv/writev? (state-threads does it this way) 2)...

It would be helpful for creating cache keys if we could get the exact commit hash of a ref that might float like 'master'.

enhancement

It would be nice to automatically get error tags, which jaeger and other frontends have special ui treatment for.

I had a download of the host_llvm toolchain hang and never make progress. The next time I tried to run `swift-sdk-generator` it seemed to think the incomplete file was valid...

See: https://github.com/apple/swift-sdk-generator/blob/db85e25d97d0443560cfcff848d20f7690868454/Sources/SwiftSDKGenerator/Generator/SwiftSDKGenerator.swift#L40 This means you can't really install `swift-sdk-generator` into your PATH and have it generate an sdk to an arbitrary location. I would propose using a location in `~/Library/Caches`...