Michael Skelton
Michael Skelton
Update output to colourize output and improve feedback to the user. Will also require a ```--no-color``` to avoid coloured output.
The ability to delete results from authorize in bulk would make cleaning through results much more efficient. Typically I will end up with some incorrect results when setting up my...
Reduced some of the nesting in wmain with inverting of statements. Build succeeds but don't have an image for testing in so would need a proper unit test before a...
In order to better support expansion of dooked, regular expression checks for custom notifications at runtime should be added into a specified configuration file (that would be passed at runtime...
Whilst the captured data is good, it fails in conditions where there's load balancing in place (as the IP will rotate on each capture). Suggested fix to this is to...
I can see potential to do some refactoring here to make the `*.sh` files redundant and instead build a proper command line argument class into this. I'm happy to tackle...
Since we're unpacking the entire row the `for` loop within `excel_to_json()` could be improved by using explicit list comprehension.
`excel_to_json` is accessing the same values from `row_values` by index multiple times. Defining intermediate variables (e.g. defining `name = row_values[6]` and using name variable later on) and avoiding accessing an...
Libraries are currently in a lazy state and need `if __name__ == '__main__':` statements to prevent accidental execution on import.
Reports for ASP.net report in the following format: > Issue detail > The server software versions used by the application are revealed by the web server. Displaying version information of...