-
### Feature Area
Core functionality
### Is your feature request related to a an existing bug? Please link it here.
No
### Describe the solution you'd like
Currently, `RAGStorage` class has a hard…
-
### Checklist
- [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Keyboard/issues) or [closed](https://github.com/FossifyOrg/Keyboard/issues?q=is%3Aissue+is…
-
### Use Cases
I'm used to a mostly ortholinear layout from my last keyboard. It allowed me to gesture type words like "won't" without confusion for the word "wont," and so on. It's just nicer to have…
-
Right now, local variables inside scope variable definitions (`let x equals ... in ...` syntax) have their types inferred. However, if you define a local variable whose type cannot be inferred complet…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I encountered an extremely weird issue when using `use_enum_values` in a pydantic model. It works as expected in …
-
It seems like the following should be caught or at least be added to the [documented limitations](https://docs.astral.sh/ruff/rules/implicit-optional/#limitations):
```py
from enum import Enum
fr…
-
In GitLab by @OddBloke on Jul 27, 2017, 06:27
*Please describe how you installed Flake8*
On Ubuntu Artful:
```sh
$ apt install flake8
```
*Please provide the exact, unmodified output of `flake8 --…
-
On main I'm still seeing failures in the code below. Having this work correctly on terms like `C(var)[T.value]` is practically an important case since `C()` is common when `[T.value]` is present. The…
-
### Your current environment
The output of `python collect_env.py`
```text
Your output of `python collect_env.py` here
```
### Model Input Dumps
_No response_
### 🐛 Describe the bug
…
-
Several `TypedDict`s in `ops/pebble.py` represent values returned from Pebble. Generally pebble will simply omit an optional field if it is not set (but we need to confirm this for each one). Due to l…