-
- **App Name:** Fancontrol-GUI
- **Icon Name:** org.kde.fancontrol.gui
- **Description:** Application to manage your pc temperatures and fans
- **Webpage (optional):** https://github.com/Maldel…
-
```
from typing import Optional
from typing import Sequence
from more_itertools import first
class A:
def some_method(self):
pass
def f(inp: Sequence[A]) -> Optional[A]:
…
-
#359 was added and works well, but typing a single sentence isn't that hard, typing a paragraph with more details is something I would think would benefit a lot more from AI support. Maybe the existin…
-
### Bug description
```python
# Optional method arguments or local scope variables are not properly inferred to be list[str] when in the if body.
# example.py
from typing import Optional
from pyda…
-
[(Ported from Roslyn Repo)](https://github.com/dotnet/roslyn/issues/10293)
The grammar definition for an `Optional Parameter` is something similar to this.
```
OptionalParameter ::= "Optional" …
-
Integrate covariates_preprocessing.py into Rust/MedRecord functions.
```python
from __future__ import annotations
from typing import Union
import numpy as np
import pandas as pd
from num…
-
I can't find a way to enable Copilot in the Marimo VSCode extension, I tried to follow the doc at https://docs.marimo.io/getting_started/index.html#github-copilot, I can confirm that I have Node.js 20…
-
### 🐛 Describe the bug
```python
import torch_sparse
```
When I run the code above, it raise an error that pyg_lib has no attribute 'ops'. How shoud I solve this problem?
```
AttributeErro…
-
* Dataclass Wizard version: 0.22.1
* Python version: 3.10.5
* Operating System: Linux 5.18.7-arch1-1
### Description
I am modeling some data that is self-referential, as in it may contain refe…
-
**Describe the bug**
A clear and concise description of what the bug is.
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest v…