-
**How to reproduce:**
script1.py:
```
import asyncio
from aiotinydb import AIOTinyDB
async def test():
async with AIOTinyDB('test.json') as db:
await asyncio.sleep(60) # slow ope…
-
In contrast to most JavaScript code, Python libraries often work synchronously and may even expect one's callback function to resolve synchronously, even if that doesn't make sense in JavaScript envir…
-
### Bug Description
Authenticated Routes with different methods but same path throw the following error.
```
thread '' panicked at src/server.rs:347:14:
called `Result::unwrap()` on an `Err` val…
-
# Motivating Example 1
## Motivation: Why do you think this is important?
It is possible that users may define their tasks as async
```python
@task
async def foo():
pass
```
Since the in…
-
- **Package Name**: azure-servicebus
- **Package Version**: 7.11.1 and main
- **Operating System**: Linux
- **Python Version**: 3.11.5
**Describe the bug**
When using `azure.servicebus.aio.Serv…
-
### Output of `bubblejail --version`
0.9.3
### Your distro name and version
arch
### Description
Hello!
I noticed that every sandbox can always access X, even when it shouldn't. By creating a …
-
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 …
-
**Describe the bug**
I am trying to run the ViolenceEvaluator sample on an AI project, with this code:
from azure.ai.evaluation import ViolenceEvaluator
```
azure_ai_project = {
"subscription_id…
-
### Motivations
Two motivations for this (sizeable) request:
* it may provide a simpler route to parallel action support (which is currently unsupported in Windows and has limitations elsewhere)…
-
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…