Sumanth Chinthagunta

Results 100 issues of Sumanth Chinthagunta

With `_source="registry/container.go:93" ` we can pinpoint source of the SQL logs current logs with fields only ``` DEBU[2019-08-13T10:51:32-07:00] CREATE TABLE "users" ("created_at" datetime NOT NULL,"deleted_at" datetime,"email" varchar(255) NOT NULL,"first_name" varchar(255)...

https://github.com/xmlking/beam-examples

It is kind of hard to defined Guards (e.g., AuthGuard) at global level but exclude at specific route with standard @nestjs. it would be nice if this package provide a...

feature :tada:

This will help bind nested JSON object properties (including array properties) to `Form`. Similar to `Felte` [nested-forms](https://felte.dev/docs/svelte/nested-forms) Example: ```js export const policySchema: ObjectSchema = object({ id: string().defined(), displayName: string().required(), description:...

I am trying to configure my module using `forRoot` and data form `environment` like you did in this project. but getting following error. Error ``` Error: Uncaught (in promise): ApiAiClientConfigurationError:...

type: bug
good first issue
Hacktoberfest

I am getting compilation error after upgrading grpc version from `1.39.0` to `1.40.1` looks like they added `io.grpc.stub.annotations.GrpcGenerated` which is missing in `grpc-kotlin` which depends on `grpc-java` 1.36.0 Error ```...

Getting `MANIFEST_UNKNOWN: manifest unknown` error ```sh cosign download sbom ghcr.io/xmlking/grpc-starter-kit/greeter:latest --output-file=sbom.spdx ``` Error ``` Error: GET https://ghcr.io/v2/xmlking/grpc-starter-kit/greeter/manifests/sha256-4ae72f03d893bae528ae69048360d9cf674552688f76fc59940132d4175a90fc.sbom: MANIFEST_UNKNOWN: manifest unknown main.go:46: error during command execution: GET https://ghcr.io/v2/xmlking/grpc-starter-kit/greeter/manifests/sha256-4ae72f03d893bae528ae69048360d9cf674552688f76fc59940132d4175a90fc.sbom: MANIFEST_UNKNOWN: manifest unknown...

bug

**Is your feature request related to a problem? Please describe.** use [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) like https://github.com/TradeMe/ng-defer-load for in-viewport module **Describe the solution you'd like** A clear and concise description of...

performance