-
### 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…
-
in requirement.txt. is it Flask or flask. or it doesn't matter?
-
### Use case
I happened upon using the `discriminator` to allow my lambdas to handle multiple different event sources, e.g. `aws.events` and `aws.s3`. Using Pydantic's `TypeAdapter` and `Field` class…
-
This issue serves as a backup of some ideas discussed in the Gitter room.
# Result caching in combination with Numba
## Premise
One clear application of numba is the speedup of costly computa…
-
From the readme's example:
```python
from numbers import Number
from plum import dispatch
@dispatch
def f(x: str):
return "This is a string!"
@dispatch
def f(x: int):
retu…
-
Hi there,
First, thanks for an amazing project! Words can't express how much attrs has changed my programming career for the better.
I have found that I often write some validation function whic…
-
Minimum reproducible example:
```python
from typing import Optional, override
from uvtrick import Env
def no_externals(hello: str):
return None
def with_typehint(hello: Optional[str]):…
-
### What happened?
Migrating from version 6 to version 7 of the [`safe-eth-py`](https://github.com/safe-global/safe-eth-py) library we have detected a problem invoking a function of a contract with t…
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [ ] 3. Please note that if the bug-related issue y…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…