Mani Mozaffar
Mani Mozaffar
One of the main problems is the loading time for preparing the file. Meanwhile, I suggest an option where we can enable to use of multiprocessing, in order to return...
Hello, have you done modifying fprandom to bypass fingerpirnt detection?
### System info - Playwright Version: [v1.35.0] - Operating System: [macOS] - Browser: [Firefox] - Other info: ### Source code Make a checkpoint in VSCode with pytest debugger, and when...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Hey, Look at example please :) The output is snake. But it should have been Cat...
## Pull Request Checklist Hey, there was also linting issue :) - [ ] ๐งช Added **tests** for changed code. - [x] ๐ ๏ธ All tests **pass** when run locally (run...
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. Hey :) so I was reading docs, and then I remembered something:...
I have a data structure which is discriminated union like this: ```json [ { "type":"foo", "value":true }, { "type":"bar", "value":3 }, { "type":"baz", "upper_bound":4, "lower_bound":1 } ] ``` would be...
When filling form data, if it fails twice, on third attempts, it sends empty form data. To reproduce, run this app with uvicorn, and then fill the form and submit...
This is just a proposal, I can make the PR and help in contributing. I think the doc generation is quite useful, and endpoint can be still reused by other...