-
```
from typing import Optional
```
needed in the [SimpleSynth](https://torchsynth.readthedocs.io/en/latest/modular-design/new-synths.html) docs.
happy to sit down and do a sprint on these thi…
-
It should help with catching this kind of problem [referenced in the documentation](https://loguru.readthedocs.io/en/stable/resources/recipes.html#security-considerations-when-using-loguru):
```pyt…
-
# Summary
There is already support to connect to the argocd service over a socks5 proxy using the environment variable `ALL_PROXY`, e.g.:
```sh
ALL_PROXY=socks5://localhost:8081 argocd app list…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Alright, first off, thanks a ton for creating this great project. I use it in a professional context on a daily b…
-
`from typing import Optional
import chainlit as cl
@cl.password_auth_callback
def auth_callback(username: str, password: str):
# Fetch the user matching username from your database
# an…
-
**Describe the feature:**
Today, the text editor shows a warning if no limit is explicitly set in the query itself. That said, a LIMIT is in fact set 'under the hood' (default 1000). While this accur…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
### Link to the coursework
https://github.com/CodeYourFuture/Project-CLI-Treasure-Hunt
### Why are we doing this?
Alongside learning web development, you need to become familiar with the basi…
-
Inheritance breaks `mypy` type checking with optional attributes if `Generic`s are involved:
```
from typing import Generic, Optional, TypeVar
import attr
T = TypeVar("T")
@attr.mutable…
-
### Question
Hi, I was hoping for a flag or some other method of interpreting a `None` value in json as the default value, such that it would continue to conform to the type of the field (and avoid `…