-
-
Ussing uuid as a default value for a field results in the following migration:
```python
class Student(peewee.Model):
...
uuid = UUIDField(default=uuid.uuid4, unique=True)
class Met…
-
Is it possible to diff bytes in the Python3 library. I'm not able to.
```
jhogan@bastion:/usr/lib/python3/dist-packages/diff_match_patch$ python3
Python 3.5.2 (default, Nov 23 2017, 16:37:01)
[G…
-
As we target multi-tenancy with appropriately abstracted hardware resources, sometimes exposing too much details about low-level exceptions may impact the security.
Let's create and attach unique i…
-
- **Package Name**: azure-servicebus
- **Package Version**: 7.12.1
- **Operating System**: Mac
- **Python Version**: 3.11
**Describe the bug**
Connections & sessions to service bus are extremel…
-
# Checklist
- [x] I have verified that the issue exists against the `main` branch of Celery.
- [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discuss…
-
I was running the function `notebook2html` and realized the following error message shows up when running the function:
```
/opt/conda/lib/python3.9/site-packages/nbconvert/exporters/exporter.py:…
-
**Describe the bug**
When doing a `.select(ids=[...])`, for an `_id` that does not exist, one would expect an empty list rather than `None`
**To Reproduce**
```python
import uuid
from typing im…
-
I am trying out Clickhouse with Kafka locally
```
version: '3'
services:
fast-data-dev:
image: dougdonohoe/fast-data-dev
ports:
- "3181:3181"
- "3040:3040"
- …
-
#20 enabled native UUID fields which later was discovered was not fully supported.
As described in 8bf0154, the following chain of migrations does not work as expected:
```
operations = [
…