Dharmjit Singh

Results 15 issues of Dharmjit Singh

Hi Team, I think that like DB Calls/Cache Calls, Serialization/Deserialization cost at API(http/grpc) is an important factor to consider while analyzing application performance. Is there a way to add separate...

feature-request
P2

Hello, I am opening this Issue related to #85 which is marked closed, but I am facing this issue with Packr v2. I am creating a box to include my...

Hi Team, I have created a basic setup for Oauth2(Password grant) using this library. Its working, but I need to add more custom claims. Currently only userid is added as...

In `agent/main.go`, there are many instances[[1](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/8cbdc23a90919c83f800ed02593dec9c52069b84/agent/main.go#L163)] where simple return statements are used to exit out of the main process in case of errors. For better integrations with system process managers,...

good first issue
help wanted

**What steps did you take and what happened:** Any errors returned by [Installer.New](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/main/agent/installer/installer.go#L119) are only logged in [main.go](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/main/agent/main.go#L204) but the process should also exit. ``` E0419 05:52:10.009133 15591 checks.go:38] “msg”=“Failed...

good first issue
help wanted

**What steps did you take and what happened:** When trying to setup `BYOH` cluster, the cluster state fetched in `kubectl get cluster` is `provisioned` even when the control plane is...

help wanted
area/byocontroller

**What steps did you take and what happened:** Using `/approve` prow command for a PR added `github-actions` as the approver in the reviewers list. **What did you expect to happen:**...

Hi, I am tryoing to build this project on windows and getting below error ``` $ go get github.com/lfittl/pg_query_go # github.com/lfittl/pg_query_go/parser In file included from .\include/c.h:1129:0, from .\include/postgres.h:47, from contrib_pgcrypto_sha1.c:50:...

Hi, I just started exploring this project. But not able to build the project on windows. Is windows support in the road map. Thanks

:books: postgresql
upstream

Hi, I have interface embedding where my db interface is embedding sqlc generated interface. As db interface is then injected to service layer, I am not able to use this....

bug
:wrench: golang