-
### Please explain the issue you're experiencing (with as much detail as possible):
When I run manim-slides Main I just get this error message
![image](https://github.com/jeertmans/manim-slides/ass…
-
Two unbound TypeVars `A` and `B` can potentially be the same:
```py
from typing import Callable, Iterable, TypeVar
A = TypeVar("A")
B = TypeVar("B")
def identity(x: A) -> A:
return x
…
-
## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- [x] …
-
## Describe the Bug
When inheriting from user defined generic (not a strawberry class/type) and including a field with generic type strawberry generates new graphql type
This bug only applies to c…
-
### Description
Would be super useful to solve situation where you have a stack of decorators :
```
@retry() -> last catch the error and retry
@handle_errors -> if call crashes, for now …
-
(py36) shengyi@shengyi-System:~/demo/GenerativeGaitNet/build$ pip list
Package Version
------------------- -----------
aiosignal 1.2.0
async-timeout 4.0.2
attrs …
-
# Feature or enhancement
### Proposal:
Interning string literals can speed up dictionary lookup. Ref: [`sys.intern`](https://docs.python.org/3/library/sys.html#sys.intern)
> sys.intern(string)
>
>>…
-
### 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…
-
## Description of bug / unexpected behavior
TracedPath mobjects disappear as soon as other objects are added to the scene.
## Expected behavior
I would have expected that they stay visible like o…
-
### Version
23.11
### Which installation method(s) does this occur on?
Conda
### Describe the bug.
We've built a custom source stage that implements the `stop()` method. Our `stop()` me…