Steven Esser

Results 19 issues of Steven Esser

![screen shot 2019-01-21 at 3 42 23 pm](https://user-images.githubusercontent.com/7485204/51504025-48c85f80-1d93-11e9-8a16-31d8f02e5e23.png) ![screen shot 2019-01-21 at 3 42 39 pm](https://user-images.githubusercontent.com/7485204/51504028-49f98c80-1d93-11e9-825e-14f2fcb777e1.png) The above images show bugged behavior where an extra license value is detected, even...

bug

Now that travis has Windows support, we should consolidate and use that.

Originally reported here: https://github.com/nexB/scancode-workbench/issues/393 When a scancode results file has the `--only-findings` option present, data gets loaded into the database but the Tree View itself does not get created properly....

bug
jstree

### Description When looking at the Chart Summary view of any particular scan, I would like to see the path or list of paths for each value in the bar...

ui
nice to have
needs-design

As you can see from the above picture, there is a large blank space that shows up occasionally on the Bar Chart view. It seems the more items on the...

bug
D3
performance
should have

Currently, sequelize does have some output in the developer console that displays the time needed to make a query. We should have some sort of combination of these numbers for...

Electron
must have
performance
ui
needs-design

Currently when working with large scans with many clues, generating filter values can sometimes take a very long amount of time. The poor performance of filter generation ends up "locking"...

bug
enhancement
DataTables
database schema

Currently we throw an exception when creating a packageURL with `qualifiers` that are strings. The python version currently handles this, so the JS version should as well.

* remove unneed exception raising for the version param * do not skip URL encoding `:` and `+` characters * add test cases from old issues refs: #45, #46, #57

The following lines clutter up the `__init()__` function for DeltaCode: https://github.com/nexB/deltacode/blob/a09514623fc51222230f356a6f911f3e70086cdc/src/deltacode/__init__.py#L61-L70 Create a function to handle this logic, including the various errors that may occur during loading.

GSOC