-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
I noticed some really strange behavior. Given the following example:
```python
from __future__ import annotations
import datetime
import pathlib
import uuid
from enum import Enum
from typing …
-
### What happened?
Ran across this while debugging Zarr support for NWB Inspector https://github.com/NeurodataWithoutBorders/nwbinspector/pull/513
I can bypass it there since it's a flag whether…
-
I want to use UUID for the _id value, but I can't get Mongo to recognise the value.
I start by setting ```uuidRepresentation='standard'``` parameter when initiating the MongoClient connection.
I…
-
Hi,
I am pretty sure I am doing something stupid :)
I compiled a swagger
Then I edited the dict.json by adding this at the end (before the last }
```
"restler_custom_payload_header": {
…
Mafti updated
2 years ago
-
When I have two models that are linked to each other via a One-To-Many list of references, a cascading save seems to not work.
Run the following code and observe in your database how User is saved…
-
## Steps to reproduce
When I do specify coercions on a Record class they are ignored, e.g. a UUIDAwareRecord
from uuid import UUID, uuid4
import faust
class Account(faust.Record, c…
-
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…
-
-
Evaluation failed: 'CustomOllama' object has no attribute 'set_run_config', what is the solution,
Ragas Version: 0.1.7
**Code Examples**
# Define a simple dataset using Pandas DataFrame
data…