dmdhrumilmistry

Results 13 issues of dmdhrumilmistry

I have latest ubuntu LTS system with flutter installed with linux desktop enabled But I'm unable to run the application. ```bash $ flutter run "ar": 323 untranslated message(s). "bn": 288...

Suggest users to generate and use App Passwords instead of turning on less secure apps

- `services.py` module contains hard coded and repeated values which decreases efficiency - use `json/yaml` file which can contain all the information such as endpoint, headers, etc which can be...

example: `https://vuln-domain.me/api/v1/user_details?id=132054` Create method which will take starting and ending user id which will check if user exists and store response into a file

enhancement

### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...

type: bug
needs-triage

Is there any way to generate Swagger documentation in JSON format?

enhancement

It has been a while that python2 doesn't provide new releases. Is it possible to port this project to python3?

## Expected Behaviour Spec should get validated for valid swagger file. ### Minimal Example Spec - http://petstore.swagger.io/v2/swagger.json ## Actual Behaviour Raises AttributeError: '_io.BufferedReader' object has no attribute 'decode' ## Steps...

Is there any way I could provide specs as a string for validation?

* Download file ```bash wget https://petstore.swagger.io/v2/swagger.json ``` * While using python 3.11 ```bash ❯ openapi-spec-validator --schema detect swagger.json OK ``` * While using python 3.12 ```bash ❯ openapi-spec-validator --schema detect...