Bradley Dice

Results 313 comments of Bradley Dice

I think this is only worth implementing for the job aggregation case, we already have several powerful ways to search that serve most needs. Presently, I would advocate the use...

@atravitz I definitely want to add this feature. What modules would you include by default? ([list of modules for reference](https://docs.signac.io/projects/dashboard/en/latest/api.html#dashboard-modules))

**Original comment by Bradley Dice (Bitbucket: [bdice](https://bitbucket.org/bdice), GitHub: [bdice](https://github.com/bdice)).** ---------------------------------------- I'm unsure what is the best action to take. This is the same problem faced earlier in issue #13, but...

**Original comment by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- I see the issue. Let's put this on hold for now.

**Original comment by Bradley Dice (Bitbucket: [bdice](https://bitbucket.org/bdice), GitHub: [bdice](https://github.com/bdice)).** ---------------------------------------- Example for rendering HTML: https://stackoverflow.com/questions/36267578/how-to-display-a-python-string-as-html-in-jupyter-notebook

> Do you consider that a new test is needed for the module? Explicit tests aren't needed -- the testing framework is pretty weak right now, and this should be...

Hmm. I see your point, but I think I would advocate for users to set specific globs for each ImageViewer module, or only use one with the default setting (all...

Another alternative would be to change the behavior of `img_globs` to allow a callable. The callable would act on filenames in the job directory as a filter (True means show,...

The script linked below shows an example of using interactivity within Flask. However, it appears that an _interactive_ Bokeh server requires a second port to be opened and forwarded to...

SVGs would be much lighter weight for the browser, if that's an option. It can be very slow to have a page load with multiple PDFs rendering (grid view with...