-
Hello! Currently I'm having issues verifying code with Optional types. For example, for code containing cycles I get following error:
```Loop invariant issubtype(typeof(a), int()) might not hold on e…
-
```py
from typing import TypeVar, TypeAlias
T = TypeVar("T")
MaybeList = T | list[T] # error: Type variable "__main__.T" is invalid as target for type alias
MaybeList2: TypeAlias = T | list[T]…
-
## Summary
This issue report addresses two key points:
1. A bug encountered when instantiating the `UIButtonRow` class with a `callback` argument.
2. A request for an enhancement to allow setting b…
-
Doesn't support things like typing.Optional.
I'm going to hope there's a better option than trying all of the typing module stuff.
God forbid anybody has a custom type object...
-
**Description:**
There are some typing mistakes with commas and full stops. So I would like to correct it. It is just a minor issue.
**Reason for Change:**
The reason is for doing this change t…
-
It's a maintainability issue, as the state of the whole application, such as blueapi using this library can be subject to hard to predict changes.
OOP takes care to only allow state mutation throug…
-
# Description of the new feature/enhancement
The actions list in the action settings dialog is large, and it's difficult to search for a specific item, so It would be useful to have some search featu…
-
The JSON sent from PowerHog is expected to have a `disk` key. However sometimes it is missing.
Example error:
```
Error: Caught Exception in Measurement(), but not critical
Exception_c…
-
Module version: 0.1.1
Traceback :
```
Traceback (most recent call last):
File "test.py", line 5, in
print(client.get_instances())
^^^^^^^^^^^^^^^^^^^^^^
File "venv\Lib\site…
-
### Expected Behaviour
Using the data validation feature of the [`event resolvers`](https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/#event-resolvers) doesn't app…