MatthewFlamm

Results 42 issues of MatthewFlamm

I'm trying to write a test using AsyncMock object with a `side_effect` error that is then wrapped with `tenacity.retry`. In Python 3.10+, my tests work, but in Python 3.8 and...

## Proposed change Bump pynws version and use new feature to also retry when no data is returned during an update. Release notes: https://github.com/MatthewFlamm/pynws/releases/tag/v1.8.0 Unlike recent PRs for nws, this...

cla-signed
small-pr
new-feature
integration: nws
dependency
by-code-owner
Quality Scale: platinum

Observations already allow a `start_time` parameter, right now we trust NWS to satisfy this request. We should also filter it if user supplies this and NWS returns old data. _Originally...

It might be useful to have other conditions kick off retry attempts, e.g. - [x] blank observations (e.g. `[]` returned) - [x] blank forecasts being returned (see above) - [...

On v2 API at least, certain information is only available via the `stats` service. `stats.get_sources` returns a list of sources of data stats.get_sources ``` {'aggregation-cpu-average': ['cpu-interrupt', 'cpu-user', 'cpu-idle', 'cpu-nice', 'cpu-system'],...

## Proposed change Documentation for new service to return extra data for forecasts that are not yet supported by weather platform. For https://github.com/home-assistant/core/pull/117254. ## Type of change - [ ]...

next
has-parent

### Describe what maintenance you would like added. The gallery examples are extremely useful to help users get started. But, often I want to jump from the example to the...

🍏 low-hanging-fruit
maintenance
good first issue

### Describe the bug, what's wrong, and what you expected. Running the code ```py import pyvista as pv pl = pv.Plotter(shape=(1, 2)) pl.subplot(0) ``` is invalid, but the error message...

bug

### Overview closes #6257

maintenance

### Overview Adds `decimate_polylines` filter. This was requested in https://github.com/pyvista/pyvista/discussions/6144. ![image](https://github.com/pyvista/pyvista/assets/39341281/2e1b13f2-8614-4095-a86b-3780034e04d0)

enhancement