Prateek Malhotra

Results 20 issues of Prateek Malhotra

Hello, I'm trying to deploy this across a 4-host cluster where I have it setup with 3 master nodes, 1 ingest node, 1 tribe node, and 2 data nodes. The...

bug
help wanted

The following won't compile but should/does work: ```ts import { StreamInterceptor, } from 'grpc-web'; const streamAuthInterceptor: StreamInterceptor = { async intercept(request, invoker) { await authRequest(request); return invoker(request); }, }; ```...

This was driving me up a wall, but nds treats transactions differently than the datastore package. Specifically, it keeps an internal lock which is never unlocked after a commit or...

First off, thanks for the project! Thought I'd share this and hope to make this package typescript friendly. Not sure if this is all that's required to get this working,...

doc

Using a local emulator to test B2 against would be great - I noticed you made `pyre` and `bonfire` - they seem to be somewhat functional! What's the story behind...

Is it possible to disable parts of the wrapper for components that don't ship with Server Core installations of Windows, such as the opengl32 component? See https://github.com/influxdata/telegraf/issues/1763 for a reason...

I noticed that [OauthRequirements](https://github.com/googleapis/googleapis/blob/master/google/api/auth.proto#L189:9) is a part of the [AuthenticationRule proto](https://github.com/googleapis/googleapis/blob/master/google/api/auth.proto#L65), but I don't see it on the Cloud Endpoints [AuthenticationRule documentation](https://cloud.google.com/endpoints/docs/grpc-service-config/reference/rpc/google.api#google.api.AuthenticationRule). Is this supported in Cloud Endpoints/ESPv2, and if...

enhancement

Due to various reasons, the http.DefaultClient used by default might not be appropriate to use. It would be nice to be able to specify what client to use for requests.

A [Routing Group](https://github.com/dimfeld/httptreemux#routing-groups) like interface from the dimfeld/httptreemux package used for kami's router is not exposed on the `kami.Mux` object. This would simplify larger projects when building URLs. For example,...

I am moving to this library from `cloud.google.com/go/trace` due to the obsolete notice, but noticed a few things that has me scratching my head. I setup the package as follows...

GA-Effort