Emily Soth

Results 109 issues of Emily Soth

In action.yml, the `auto-update-conda` `description` and [docs](https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#auto-update-conda) say that the default is true, but the `default` value is false: https://github.com/conda-incubator/setup-miniconda/blob/27743c370af0d5e0f2ab79d1f2ae9557489a65d9/action.yml#L143-L154 Happy to submit a PR for this, if it's decided...

Google Lighthouse audit of staging.dockstore.org flags "Serve static assets with an efficient cache policy" under the Performance category. Performance scores close to 100 with no throttling but very badly using...

enhancement
gui

## Feature Request As pointed out by Charles, the process of downloading test files could be streamlined. It would be nice if there was a command line option to test...

enhancement
cli

I've heard some good arguments against shapefiles (http://switchfromshapefile.org/). I haven't heard any arguments _for_ shapefiles (but if there are any shapefile defenders out there, please speak up!) @newtpatrol @jagoldstein do...

question

We don't quite have a 1:1 mapping of models to sample data. * CBC and CBC Preprocessor share a sample data zip * Crop Production Regression and Crop Production Percentile...

enhancement
good first issue
question

The `execute` docstrings have historically been kept up to date with changes to the model args, and overlapped with the args spec. Now that the args spec is more comprehensive,...

enhancement

I have run into a few issues with the auto release scripts (`scripts/release-1-initiate.sh`, `scripts/release-2-commit.sh`, `scripts/release-3-publish.sh`). Some typos and some may be differences with running on macOS. It will be worth...

bug

The watersheds and subwatersheds inputs are used in almost exactly the same way. The only difference is that valuation isn't done for subwatersheds. It's not clear to me why that...

enhancement
question

The ESlint rule `react/require-default-props` complains when a prop is not marked `isRequired` in the `propTypes` and isn't in the `defaultProps`. We should either appease ESlint, or turn off that rule...

task
workbench

Some log messages show up in the UI log window that aren't written to the log file. This is with both the "Dialog logging threshold" and "Logfile logging threshold" set...

bug