-
### GitHub repository with your minimal reproducible example (do not leave this field blank or fill out this field with "github.com/bufbuild/buf" or we will automatically close your issue, see the ins…
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Plea…
-
Consider the following snippet:
```python
# contents of ruff_bug_report.py
def add(x: int, y: int, /) -> int:
return x + y
z = add(x=1, y=1)
```
This code fails because of pos…
-
I often write small standalone python scripts and I'll use them anywhere.
If using `uv run /path/to/script.py` is a bit cumbersome for me (mostly typing the path)
So I want a `uv script` comma…
-
`./x test library/std -- os::unix::net::tests::test_unix_datagram_connect_to_recv_addr` ([code of test](https://github.com/rust-lang/rust/blob/master/library/std/src/os/unix/net/tests.rs#L302-L325))…
-
This issue was created to discuss the best approaches to defining filing status. `taxdata` already does a reasonable job of defining non-filers and filers that is helpful in appending non-filers to t…
-
there are some legacy code using `dateutil.tz.UTC` as UTC timezone, suggest a new rule to replace it with `datetime.UTC` for python >= 3.11
-
**Describe the bug**
"Issuance of Notice payment
Fees for RPAD is 0.75 not 10.75
Similarly for SMS and Email - 0.75"
-
- **Device name**:
- HUION Inspiroy Ink H320M
- **Device model identifier**:
- H320M
- **libwacom version**:
- 2.10.0
- [x] I understand that libwacom does affect whether the device w…
-
Based on this issue: #6007 we have already support export the requirement.txt file based on uv.lock. is it possible to support export the conda environment yaml file as well?