Ömer Furkan İşleyen
Ömer Furkan İşleyen
+ Now supports Python 2.7, Python 3, and above + Fixed `'python-pip' has no installation candidate` error + Fixed README.md description about pycrypto + Used [black](https://pypi.org/project/black/) for PEP8
## Environment data - Language Server version: 2022.1.1 - OS and version: Windows 11 - Python version: 3.10.0 ## Expected behaviour Docstrings should be shown correctly. ## Actual behaviour Docstrings...
Because JSON syntax requires a comma in each line of a list, I added the comma and the file is in the correct JSON form now. Also formatted JSON files...
Added a hash character which is a comment character in some languages. # Why? If a developer wants to load parameters in txt files, the developer can easily exclude the...
You can see what I changed in the [commits](https://github.com/devanshbatham/ParamSpider/pull/66/commits) step by step, but in short: - Used [colorama](https://pypi.org/project/colorama/) for better coloring and readability, - Used [black](https://github.com/psf/black) for code formatting, -...
### Description Add an option for specifying custom headers Something like: - nikto -h example.com --header "Authorization: Bearer \"
Complete the following REQUIRED checkboxes: - [x] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) - [x] The title of this issue follows the `location for request:...
### activate.bat is UTF-8 encoded but uses current console codepage. This issue was encountered first in [venv](https://docs.python.org/3/library/venv.html). You can see the issue created for the venv module on: https://github.com/python/cpython/issues/76590 And...
**Issue** Windows PATH environment variable is not set correctly **Description** I have created a virtualenv using this command on Windows: `virtualenv venv` and I activated it: `venv\Scripts\activate.bat` The full path...