-
### Describe the Feature
I speak three languages and often switch between them every post to talk to different groups of friends. I am aware that I can set the post language prior to posting, and I…
-
**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…
-
I wanted to check if my system had libreoffice installed, so I searched it through cosmic launcher, which caused a crash when typing "lib".
Typing "scr" or replacing the r with certain letters also c…
-
## Environment data
- Language Server version: 2024.2.105
- OS and version: Windows 11
- Python version (& distribution if applicable, e.g. Anaconda): 3.12.1
## Code Snippet
```python
…
-
## 🐛 Bug
In TorchScript, we can't use `list`, `dict`, etc., but instead have to use `typing.List`, `typing.Dict`, etc. This is more of a problem than it seems, because Python disallows subscripted …
-
Annotated[] type hint (https://docs.python.org/3/library/typing.html#typing.Annotated) could be used to add per-field textual description later seen in API Browser.
Description taken from Annotated…
-
After #6905, we can modernize our type annotations in various ways by doing the following:
- Use `from __future__ import annotations` ([PEP 563](https://peps.python.org/pep-0563/), [mypy docs](http…
-
There are many instances in the codebase where our docstring/typing convention is not followed. We'd like to work on improving this with your help!
Our convention looks like:
```python3
def fun…
-
### Discord username (optional)
_No response_
### Describe the bug
When I start typing a new command, it starts "loading prompt" and takes several seconds to finish.
I'm in a directory which is a…
-
eg: https://github.com/vintoniuk/anadeabot/blob/945fb9f998eaf2cf609f9d9f61c467cf05c865ba/anadeabot/database.py#L23
```python
embeddings = OpenAIEmbeddings(
model=settings.embedding_model,
…