-
Let's add return types to things like render concretes, and ensure the dev experience is using types (to the degree possible, given that we're using plum for multiple dispatch).
Related:
* #100 …
-
Test file (`decimal_prod.py`):
```
from decimal import Decimal
from math import prod
from typing import TYPE_CHECKING
result = prod([Decimal(1), Decimal(2)])
if TYPE_CHECKING:
reveal_ty…
-
I'd like to try fully type hinting this package, but there's a few design questions that I'm not sure about:
Should this have a dependency on `typing_extensions`, or should it avoid that like `trio…
-
### Thanks in advance for your bug report!
- [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)?
- [X] Have you used the …
-
**Describe the bug**
Autocompletion for `analysis_options.yaml` (and other yaml files) and not work on typing (but works on a shortcut, `option + esc` in my case).
**To Reproduce**
Steps to repro…
-
So what happens is that when i type something on [prompt](https://acode.app/plugin-docs/prompt?title=Dialog%20Box%20-%20Prompt) or on eruda plugin console with **Ctrl-Backspace** or **Shift-[AnyKeys]*…
-
-
So element X now has typing notifications that VoiceOver users can hear when they have the ```someone is typing``` label selected.
iMessage has a cool implementation for the feature for VoiceOver us…
-
```py
from __future__ import annotations
from typing import final
class Foo:
def __get__(self, instance: Bar | None, owner: type[Bar]) -> int: ...
@final
class Bar:
asdf = Foo()
…
-
### Use Cases
I would like to request the "Quick prediction insert" feature that SiwftKey offers. It would speed up typing by auto inserting the middle prediction (and a space) by pressing the space…