Eric Brown

Results 77 issues of Eric Brown

Would be good to add a video in the form of an animated gif to demonstrate how the app works.

Running the build to create a standalone app fails `python setup.py py2app` ``` copying file /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/distutils.cfg -> /Users/browne/workspace/slack-status-bar/build/bdist.macosx-10.12-x86_64/python2.7-standalone/app/collect/distutils/distutils.cfg copying file /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/README -> /Users/browne/workspace/slack-status-bar/build/bdist.macosx-10.12-x86_64/python2.7-standalone/app/collect/distutils/README error: [Errno 2] /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/encodings: 'No such file...

Easier way to handle versions

Enhance Travis or some CI mechanism to generate the compiled binaries of the py2app. To create a standalone py2app: `python setup.py py2app`

If one day we do wish to have the capability to swap the builtin Python ast for another parser, it's best to abstract any direct calls to the ast parser...

Rather than showing the plugins as a simple list, this change puts them into a table. It also clearly separates active vs. removed plugins for clarity. Also discovered as part...

Instead of relying on a count of the severity and confidence levels found within an example file, make use of Python's native unit testing to verify the results of a...

**Is your feature request related to a problem? Please describe.** When exceptions in Bandit occur as a result of bugs, the easier we make it to get bugs reported, the...

enhancement

### Describe the bug The testing of the general_bad_file_permission plugin makes it appear it can test the mode argument as an int or as constant from the stat module. However,...

bug

The importlib module has a metadata.version to retrieve the package version of the given module. This can be used in lieu of pbr for gathering versioning. And since importlib is...