Results 126 issues of Justin Privitera

### Describe the bug If you run with the GUI or with `-cli` and do a query that causes an exception to be thrown, Visit will give you an error...

bug
reviewed
asc
impact high
likelihood medium
priority

The `New` button in the manager could use some love. At the moment, it is confusing to use at best, and buggy at worst. Thoughts: - It should pop out...

enhancement
reviewed
likelihood medium
impact medium

To make saving the color table tag filtering selection saveable and loadable in #17721, I had to jump through a number of hoops. 1) The color table observer includes a...

bug
reviewed
likelihood medium
impact medium

If users have made a filtering selection with the new color table tagging system added in #17721, the color table button should have a few things: 1) some way of...

enhancement
reviewed
likelihood medium
impact medium

At the moment, if users want to add new tags to a given color table, they must open the associated `.ct` file and add the tags there. We should make...

enhancement
reviewed
likelihood medium
impact medium

Out xml code gen tools are missing two types that are available in the rest of the codebase. Specifically, `boolArray` and `boolVector`. Is there any particular reason that they don't...

enhancement
reviewed
likelihood medium
impact medium

Occasionally, when cycling through the list of color tables, the color table window will resize to accommodate many color control points in the editor. If you get really unlucky, the...

bug
reviewed
likelihood medium
impact low

Users should be able to "favorite" color tables. These color tables would then get the `favorite` tag associated with them. Favorites could be saved with config/session files.

enhancement
reviewed
likelihood medium
impact medium

### Describe the bug Please see the attached file. It is the output of the "record" option in the "Command" window. I have added comments to explain what is going...

bug
reviewed
likelihood medium
impact medium

``` [Error] Ascent::execute file: /Documents/work/ascent/src/ascent/runtimes/ascent_main_runtime.cpp line: 1701 message: Execution failed with vtkm: Could not find appropriate cast for array in CastAndCall. Array: valueType=N4vtkm3VecIdLi2EEE storageType=N4vtkm4cont15StorageTagBasicE 817 values occupying 13072 bytes [(-5.5102,-10)...

enhancement