Austin Raney

Results 16 issues of Austin Raney

### Problem When creating a custom component, I cannot set the iframe width. I can only change the width of the contents of the iframe using css. Namely, `Streamlit.setFrameWidth();` does...

enhancement
custom components

## Description @ClaraCogswell and I want a view (page or inset in existing page) that lists the top `n` viewed and top `n` downloaded resources over the past event timescale....

enhancement
Data Discovery

**Description of the bug** DOIs minted with the prefix, `10.4211/hs.` (HydroShare minted DOIs) do not contain author information. This has several unintended consequences (that I can think of off hand):...

Publishing
design phase needed
enhancement

**Describe the feature you'd like and what it will do** On a published resource's HydroShare page, I want an export citation feature that allows me to export a citation in...

Resource Landing Page
enhancement
Pages and General HS Components

Default level (warning) logs are printed no matter the value provide to `--log-cli-level` or `--log-level`. ```python # conftest.py import logging import pytest def pytest_configure(config: pytest.Config): logger = logging.getLogger(__file__) logger.info("info") logger.debug("debug")...

status: needs information
stale

This PR adds the ability to include multiple notebooks in a single `.nblink` file. The semantics to achieve this are as follows: ```json [ { "path": "relative/path/to/notebook" }, { "path":...

In reading through the BMI documentation and best practices, I came across several places that helpfully note that arrays are always flattened in BMI, even if the model uses dimensional...

Currently, we are a little loose with the way we organize our "public" apis'. For example, in `hydrotools`'s `metrics` subpackage, a user must do the following to access the "public"...

documentation
enhancement

![Evaluation tools 1.0.0 -- this is the incorrect version.](https://user-images.githubusercontent.com/39420640/109674455-eda5f100-7b44-11eb-9e59-d82e6626db2a.png) As shown, right now the version number requires manual updating. I need to explore how to improve this. Tangentially, I think...

bug
documentation
enhancement

I noticed while looking around the package today that the `event_detection` module is nested one level deeper than typical and does not have a parent subsubpackage (directory above with `__init__.py`)....