-
Sympy functions should map over iterables like lists or Matrices
by default. For example, simplify should work with a list of expressions,
limit for a Matrix depending on a parameter ...
Concrete…
-
## Environment data
- Pylance version: v2024.9.1
- OS and version: Windows 11 23H2 22631.4169
- Python version (& distribution if applicable, e.g. Anaconda): Python 3.12.5
## Cod…
-
**Describe the bug**
I'd like to switch from the [dropbox/sqlalchemy](https://github.com/dropbox/sqlalchemy-stubs) stubs to the official stubs, however when the declarative base is defined as attribu…
-
### Description
It seems that I cannot set the `row_factory` attribute if I want to use the connection with `async with` later.
1. If I don't `await` the connection, I can't set `row_factory` on…
-
* Are you reporting a bug, or opening a feature request?
A bug
* Please insert below the code you are checking with mypy,
```python
from __future__ import annotations
import asyncio
import t…
-
## Description
I found this reported previously in #5588 but that was marked closed. It seems like the bug may have resurfaced.
When typing a Python prefixed string literal like `f"hi {mom}"` o…
tzuni updated
3 years ago
-
Dear Authors,
What version of TIMM is being used in your current setup? I believe timm is being utilized internally by mmdet to setup the transfromer layers.
I have completed the process of cud…
-
While the recent deprecation of `DrawControl` in favor of `GeomanDrawControl` (and its variant `DrawControlCompatibility` for compatibility) is in general a clear improvement, there is a key behavior …
-
BPO | [47237](https://bugs.python.org/issue47237)
--- | :---
Nosy | @gvanrossum, @ericvsmith, @JelleZijlstra, @Fidget-Spinner, @AlexWaygood, @Germandrummer92
*Note: these values reflect the state of …
-
#### Do you want to request a _feature_ or report a _bug_?
Bug 🐛
#### What's the current behavior?
##### Context
There are 3 leaf nodes and a React state `hovering` which is being updated. I…