Preeti Yuankrathok
Preeti Yuankrathok
> @earthpyy > Thank you for reporting this issue. > I don't expect the parrtern. > I will fix it. @koxudaxi Thanks very much! Also thanks for this great work...
@koxudaxi Hello, I just tried to reproduce and found that the import statement was `import pydantic.generics` instead of `import pydantic`. I think because the other place in the same file...
Thanks for your help!
+1 for this!
Would love to see this implemented!
Hello, that would be great if it supported!
I also found the similar problem when using `minifaker` in `jest` tests. Solved by adding this line in `jest.config.js` ```js transformIgnorePatterns: ['node_modules/(?!minifaker)'] ``` And this line into `compilerOptions` in `tsconfig.spec.json`...
It will be great. I'll look into it. Thanks!
I'm also having the same problem but with Docker on Ubuntu. Somehow `clamd` just stopped working after started for a while and no log was printed about the error. Here...