MatthewFlamm

Results 42 issues of MatthewFlamm

Make a decision on version pinning to home assistant. See https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/issues/88#issuecomment-962042884 and https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/issues/88#issuecomment-962064592.

The current code is more or less one long script. Some portions should be abstracted out for better understandability and maintainability. For example, this code is logically separate from the...

help wanted

Create cli to allow for constructing a custom version of this package based on a particular commit ref of a homeassistant/core repo, including the github repo. This would allow for...

enhancement

While testing config flow, I found it is possible to configure the same system twice. This should be checked and config flow aborted. ~!This would be easier if the `system.info`...

- [x] a detailed description of the bug or problem you are having - [x] output of `pip list` from the virtual environment you are using - [x] pytest and...

plugin: doctests

### Overview `PointGrid`s like `UnstructuredGrid` can be 2D and thus have an area rather than a volume. This PR adds an area property. This PR also aligns the volume property...

enhancement

### Describe the bug, what's wrong, and what you expected. To determine the volume of UnstructuredGrid grids, pyvista first extracts the outer surface, triangulates it, then uses vtkMassProperties, which provides...

bug

As requested below, implement a NIFTIImageReader in PyVista. vtk reader: https://vtk.org/doc/nightly/html/classvtkNIFTIImageReader.html ### Discussed in https://github.com/pyvista/pyvista/discussions/2971 Originally posted by **lucasgoddamn** July 11, 2022 Hey, im working on MRI Data and im...

feature-request

### Describe what maintenance you would like added. A gitpod dev environment would be very useful to get a quick environment setup. This would be a very useful thing for...

maintenance

## Context As requested in https://github.com/home-assistant/core/pull/45095, this is an architecture issue, although it is unclear to me whether the code base or the documentation is the definitive source for the...