Mohammad Jawad (Kasir) Barati

Results 38 issues of Mohammad Jawad (Kasir) Barati

### Which @angular/* package(s) are relevant/related to the feature request? forms ### Description It is really intimating and obvious that in most cases we need to show custom messages to...

feature
comp: forms
votes required

Thanks for this awesome module that make my life easier # The initial question: > Is it normal to face `Maximum call stack size exceeded` error while running e2e test...

## My system info * nodejs: 14.15.0 * jalali-date: 1.1.2 ## what i expect: Conver the Jalali to Gregorian when i write this code: ```js let JDate = require('jalali-date'); let...

**Describe the bug** [As you see here](https://github.com/validatorjs/validator.js/blob/master/src/lib/isPassportNumber.js#L9) we do not support all over the world countries. I like to collaborate and add more countries regex to that list. **Examples** ```...

🐛 bug
pr-raised

### Bug description ## I tried to use **pnpm** in my proj but it seems it does not work I see this two issues too but none of them helped:...

bug/2-confirmed
kind/bug
topic: prisma-client
tech/typescript
domain/client
topic: linux
topic: pnpm
topic: pnpm workspaces

### Description I am always struggling with validating in two places, I mean if I have to do something like this in my validator layer with `class-validator`: ```ts export class...

type: feature
flag: needs discussion

### Description: I wanna restrict users from entering invalid lat/long. Therefore I decide to restrict the inputs for floating point precision with 20. But before that I decide to test...

type: fix
status: needs triage

**I was trying to validate incoming number to be a valid integer but** It was not. As you can see [here](https://github.com/prisma/prisma/issues/10586#issuecomment-1134788364) in Prisma repo this kind of bugs in a...

type: question

Bug description: Hello, I tried to install the package `ng add ngx-bootstrap` but I got a weird behavior. I just did this: ```cmd $ ng new app-name --package-manager pnpm ```...

Hi, I am a little curious about one thing, is there any possibility to upload my auto generated swagger doc to the swagger.io, and also auto sync with swagger.io? something...