Brodie Davis
Brodie Davis
It would be useful for analyzing JSON if a `console.log` was added to send the data to the console. This would allow `Right Click -> Save As Global Variable` and...
This is an awesome tool! Would you consider adding support for gitlab public repos? Currently, an error is dislpayed: ``` Error: GraphQL error: "x-hasura-github-repo-owner" header is expected but not found...
There is a missing library, which causes a pip install failure: ```py pydeep.c:2:10: fatal error: fuzzy.h: No such file or directory ``` Fix is `apt-get install libfuzzy-dev`
During the installation of "Extra MISP packages", the following pip error occurred. I worked around this by installing `scikit-build` in a step previous ```diff print_status "Installing MISP extra modules.." cd...
Executing the install script as root produces this message/prompt in the log, causing the script to freeze mod-installation. ~~Is there a `phar install --force`?~~ Looks like there is no --force...
Adds a dockerfile that can be used to generate a vulnerable nginx instance
It looks like pyreadline doesn't properly handle a parenthesis when using `readline.get_begidx()` and `readline.get_endidx()`. This manifests when trying to tab complete an option that contain a parenthesis, ex: ```bash #...
Lets take the command `tail [-n NUM] FILE` as an example: Whenever a optional argument (`-n`) with a value (`NUM`) exists and is tab completed, pypsi checks for a callback...
It appears the readme command for adding the chart is incorrect: ``` helm install --dry-run portainer -n portainer deploy/helm/portainer Error: INSTALLATION FAILED: repo deploy not found ``` Replacing `deploy/helm/portainer` with...
### 🔗 Linked issue Related #555 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...