Dina Tamás
Results
2
issues of
Dina Tamás
# Describe the bug I am running fluentd in a docker container, and noticed that when I uplift ruby from version 2.5 (provided by the OS) to version 3.3 (built...
waiting-for-triage
**Bug Report:** In the below example ([playground gist](https://mypy-play.net/?mypy=latest&python=3.12&gist=efc877f4e1d37e52a2cb2c06237efe4b)), mypy behaves differently with respect to `**kwargs`: ```python def func(x: bool = False, **kwargs): print(x, kwargs) # This is accepted by mypy....
bug
topic-type-context