-
With two variables to set at the same time the code seems to easily become very unwieldy.
```js
const a = AsyncContext.Variable()
const b = AsyncContext.Variable()
a.run('x', async () => {
b.run(…
-
python: 3.11
aioredis: 2.0.1
```python
import aioredis
async def get_redis(): # redis
redis_url = f"redis://:{REDIS_PASSWORD}@{REDIS_HOST}:{REDIS_PORT}"
redis = aioredis.from…
-
**Describe the bug**
When running the app in a Docker container, the app keeps have async problem issue. The problem comes from Reflex's internal HTTPX client wrapper is trying to access a _state att…
-
### Description of the bug:
Calling `GenerativeModel.generate_content_async` in Colab results in the following error:
```
[/usr/local/lib/python3.10/dist-packages/google/generativeai/generati…
-
Wasmer throws error in cowsay example
```
(...)
ERROR scheduler{thread_id=0}: wasmer_js::tasks::scheduler: An error occurred while handling a message error=__filename is not defined
(...)
E…
-
As [discussed on Discord](https://discord.com/channels/1197292025725329549/1197304897989787770/1292808387410530304), we want to drop support for Python v3.8 as it reached its end-of-life. We then can …
-
In the async file submission python code snippet, there are multiple areas where a boolean is expected in the params eg. 'detectPhrases': True,
The way the code snippet is currently written, when …
-
There seems to be some performance issues in `httpx` (0.27.0) as it has much worse performance than `aiohttp` (3.9.4) with concurrently running requests (in python 3.12). The following benchmark shows…
-
First reported here: https://github.com/microsoft/vscode-python/discussions/24285
They told me to report it here...
### Behaviour
The vscode-python extension and vscode-jupyter extension is install…
-
### The problem
Error during setup of stream. The logs report 'ValueError: av.frame.Frame size changed, may indicate binary incompatibility. Expected 56 from C header, got 48 from PyObject'
This i…