-
between #801 and #299, have we considered using a subset of an existing language our ASM code in?
- ~C~ (I think we need something with tuples in its type system)
- Rust
- Typescript
- Forth
- P…
-
Check out this Python script and create a short video explaining how it works:
https://raw.githubusercontent.com/PythonEducationVid/PythonBrokenEnglish/main/scripts/english/data_structures_lists_tupl…
-
Check out this Python script and create a short video explaining how it works:
https://raw.githubusercontent.com/PythonEducationVid/PythonBrokenEnglish/main/scripts/english/data_structures_lists_and_…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
### Describe the enhancement requested
I have a function that returns an iterator-of-tuples and would like to turn that into pyarrow table. I have the column names separately, would like to use the…
-
### What is the current behavior?
cursor.fetchone(), cursor.fetchmany() and cursor.fetchall() return a union type between tuple and dict. That require a lot of casting to work with type checkers.
…
-
### Is your feature request related to a problem? Please describe.
The length of a ctuple is known at compile time, however Cython doesn't optimize len() on a ctuple and instead converts it to a py…
-
### What type of defect/bug is this?
incorrect 3rd party API usage
### How can the issue be reproduced?
With a basic config and version `radiusd - FreeRADIUS version 4.0.31683 (git #d1b3c119)…
-
**Bug Report**
Inside a list comprehension mypy fails to derive the union type for lists but not for tuples.
**To Reproduce**
```python
a = 5
b = "a_string"
list1: list[int | str] = [x for…
-
The script I wrote for Dynamic Spectra Normalisation and Smoothing requires passing one or more smoothing kernel sizes to the script.
Below is an extract from [inspect_dynspec.py](https://github.com/…