-
Hi,
```dart
enum Test {
first,
last;
static List get all => [fi /* continue typing here */];
}
```
enum values are not suggested inside the list literal, though both `first` and `l…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
According to the [convertion table](https://docs.pydantic.dev/latest/concepts/conversion_table/#__tabbed_1_1), the floa…
-
I was wondering if there were any examples on how to use UV with the prebuilt AWS lambda python base images? Using the https://docs.astral.sh/uv/guides/integration/docker/ as reference but I seem to…
-
**Is your feature request related to a problem? Please describe.**
I am now at the point where I am developing unit tests for my codebase and am trying to determine the best way to determine how to…
-
Even using a the original ODE Script Editor Experience
https://devforum.roblox.com/t/ode-script-editor-a-simple-embedded-script-editor-entirely-in-roblox/2565346#:~:text=Uncopylocked%20Roblox%20Pla…
-
This is a bit niche, but when I was reviewing some naive code submitted to me I saw some bizarre typing generated by `pyupgrade` which looked something like
```python
def f() -> int | None | None:
…
-
### Environment
Hi!
When using the new **shared folder** feature I am facing a typing issue:
### Reproduction
`shared/types/test.ts`:
```ts
export const hey = 2;
export type hey = string;
```
### …
-
nptyping hasn't been updated for numpy 2, which makes the self tests fail with:
```
tests/test_sphinx_autodoc_typehints.py:54: in
import nptyping
/usr/pkg/lib/python3.12/site-packages/nptypin…
-
- How to contribute, e.g.
- reporting bugs
- writing type-tests
- writing or improving stubs
- improving the CI
- cleaning up `scipy` itself (e.g. remove existing bundled `.pyi`)
- i…
-
I installed `pyamrex` from Conda and I think it doesn't use MPI, even if it's installed on my system. The documentation only mentions that pyamrex conda package does not yet provide GPU support, but d…