Astrid Howard
Astrid Howard
We already have a code path for this under Visual Studio: if NoMultiProcessorCompilation isn't set, then under most conditions, MultiProcessorCompilation is enabled. Would a patch for this functionality be appropriate...
This is a tracking issue for an incoming contribution based on a conversation had with @johanbrandhorst in Slack. > v3n: Would you accept a PR to add HttpBody in requests?...
grpc-gateway has an [odd restriction](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/runtime/query.go#L142) on query parameters with map types. Specifically, it refuses to unmarshal a map type whether the value type is a string slice, such as `map[string][]string`....
grpc_api_configuration is a sidecar .yml file allowing for specifying varying API configurations outside of the .proto file. It would be awesome if `go-proto-validators` could generate validators for a gRPC configuration...
Hi, we've run into a fairly high severity issue using CloudEvents with Go.`go-sdk` uses a different Protobuf descriptor from the descriptor defined in the spec and other SDKs. We're developing...
## Summary Provide the following methods on Application: ```go ShutdownContext(ctx context.Context) error WaitForConnectionContext(ctx context.Context) error ``` ## Desired Behaviour Instead of passing a timeout directly, use the cancellation channel on...
``` Rarity: Rare Ancient Gaze Hypnotic Eye Jewel -------- Abyss -------- Requirements: Level: 41 -------- Item Level: 83 -------- Adds 12 to 19 Cold Damage to Spells +9% to Global...
### Problem Statement The existing RecordError() method doesn't currently allow errors to propagate implementation-specific information back to the telemetry framework. Right now, the framework reflects the static typename of the...