-
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/11816
so with this, get to the input() then run in a console:
```
test=> SELECT state, query, datname FROM pg_stat_activity…
-
Hey there guys, our database password contains a `#` character and databases doesn't seem to like it 😄
```
In [25]: url = DatabaseURL("postgresql://username:password%23123@localhost/name")
In …
-
I am not quite sure what to do about the error
```
RuntimeError: Failed to stop profiling. Make sure that you start/stop profiling on the same thread.
```
It happens regularly, but not for every…
-
I am using flask-sock with flask-appbuilder.
From python side I have one main sock route: /clock
It provides access to the ws to a user if it has the 'ResetMyPasswordView' access within flask-app…
-
Currently network requests in https://github.com/stravalib/stravalib/blob/master/stravalib/protocol.py are done using the `requests` library whihch blocks while data is being downloaded.
This isn'…
-
Hey.
Here in our company we have been forking this project for a year to extend queries to being used in MongoDB Databases as simple queries and aggregation pipelines.
The project owners and act…
-
## Bug description
A `imitation.policies.base.FeedForward32Policy` that is saved using `policy.save()` cannot be loaded with `imitation.policies.base.FeedForward32Policy.load()`, raising the followin…
-
what happened,here is my pip list
aiofiles 23.2.1
aiohttp 3.8.5
aiosignal 1.3.1
altair 5.1.1
annotated-types 0.5.0
…
-
### Which component is this bug for?
Langchain Instrumentation
### 📜 Description
Calls to functions instrumented by other libraries get detached from the parent trace. This happens for exampl…
-
@sanand0 do we have a checklist of what is to be done before we can fully support Python 3.8?