-
Template `LookupTable` Class and others in the mappers folder if they are not up to date
Description:
The `LookupTable` class is currently designed to work only with `float` types. To increase its…
-
**To Reproduce**
```py
from typing import Any, TYPE_CHECKING
if TYPE_CHECKING:
from typing import Union, TypeVar
T = TypeVar('T')
WithProtocols = Union[T, T] # noqa: UP007,PYI01…
-
After #67 the typing in the docs does not display well for functions that have a DieParameters in its arguments.
-
### The problem
When configuring the Energy tab, adding a Grid Consumption sensor does not list any sensor from the Tesla Fleet sensors. Following the help link (https://www.home-assistant.io/docs/en…
-
When configuring a sensor, the `state_class` is optional. This can cause issues where the state_class of a sensor is not set even though it should be set.
I propose that certain types set certain `…
-
I have a large number of classes that look something like this:
```lua
---@class Foo
---@field type "foo"
---@field name string
---@field property string
-- more unique fields
---@class Bar
…
-
### Describe the problem
This is a issue of the distant future.
If the type passed to the class value has a literal type, then it can be assumed that the user knows what he is doing and use this typ…
-
Hi, I am running the Gray level co-occurrence matrices example in pyimagej, but it seems `ij.op().haralick().correlation()` and `ij.op().haralick().differenceVariance()` output java class `net.imglib2…
-
This is a possible solution for #283 and other similar issues.
This is the first time writing a slightly formal proposal, so please be patient and let's work together to improve this.
I may not …
-
# First-Class Span Types
* [x] Proposed
* [ ] Prototype: Not Started
* [ ] Implementation: [test plan](https://github.com/dotnet/roslyn/issues/73445)
* [ ] Specification: [link](https://github.c…