-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
## Current Behavior
Abstract methods in custom classes extending `Anthropic`, `Functi…
-
Types from the `typing` module are currently not supported by the `strict` function decorator.
-
### Why is this needed?
My apologies if there something already exists that addresses this issue. I searched all of the code and I just could not figure out a reusable way to handle parameter injecti…
-
## Motivation
- automatic UI generation
- especially useful for queueserver (requires serialization)
- type checking (impossible to do strongly, but some benefit can be had)
## Specific challe…
-
Reopened from #7845 as requested
mypy seems to ignore the ``@final`` decorator when it is applied to a TypedDict. This issue becomes material when one invokes the items() or values() methods, or pa…
-
## Description
We need to implement unit tests for the API decorator in the `test_decorators.py` file. Currently, there are no tests specifically covering the functionality of this decorator.
## Cont…
-
Apologies if it's a known issue, I searched for some time on the issue tracker, but no luck!
**Bug Report**
When you access a dataclass instance attribute as a class attribute, it crashes in run…
-
It would be profoundly helpful to provide a walkthrough, demonstrating how to convert common existing decorator patterns, to use the wrapt package.
Take a simple case, of a decorator that measures …
-
It would be nice for developers to be able to get the selectionState within a decorator strategy. When trying to do this with `this.state.editorState.getSelection()` inside of the decorator, the data …
-
See also proposal linked from #528.
We have the idea (option 1 there) to host the TypeScript compiler and consume TypeScript on the fly without a user build step. This hosting of the compiler could…