-
Version: `@ntegral/nestjs-sentry: 4.0.1`
Usage:
```typescript
SentryModule.forRootAsync({
useFactory: async (
config: ConfigService,
): Promise => {
return {
…
-
TypeGraphQL allows use class-validator (https://typegraphql.com/docs/validation.html). It would be great that we can use these validations. We can define these in the OT file and the generator would p…
-
```typescript
export class CreateCategoryDto {
@IsNotEmpty({ groups: ['create'] })
@IsOptional({ groups: ['update'] })
name!: string;
}
```
It always throw exception that name not e…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
when i am trying to load user dashboard or admin dashboard i am getting error in /v1/auth/pro…
-
### Reason/Context
As of today, we used `java-json-tools/json-schema-validator` for all the things related to JSON schema validation in OpenAPI, AsyncAPI and GraphQL schema tests. However, this libra…
-
##Use case
In the Flutter material, the textFomField has a validator which checks the value entered by the user and then returns an error if the input is invalid or null
https://api.flutte…
-
### Expected Behavior
We should be able to create a custom value extractor and use it.
### Actual Behaviour
Give the following value extractor
```java
@Singleton
public class PropertyValueExtr…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
In…
-
I have a suggestion. The validator is using it's own object classes `JsonParser` and `JsonValue`.
The issue is that when a service needs to parse the payload for it's own needs, the parse will be …