-
Currently the rest_polymorphic extension generates OAS components looking like this:
```yaml
components:
schemas:
MyComponentTyped:
allOf:
- type: object
properties:
…
-
I've got this error which is caused by using a GeneratedField. Before migrating to GeneratedField, we used to use a migration script to create the generated field and django-filter has no issue with i…
-
### Description:
I have a use case involving two APIs, each returning lists in the following formats:
**API 1 Response:**
```json
[
{ "id": 1, "username": "abc", "address": { "home": "123 st"…
-
### Description
I have found a possible issue with the new ``PersistedAssemblyBuilder`` introduced in .NET 9 that causes invalid IL to be generated when loading fields of generic types that have a ge…
-
It would be very handy to have a field where we can record the media type of a book rather than having to overload the tags.
Ideally this would be tag based as some books come in multiple formats f…
-
Not long after we [deployed](https://github.com/IQSS/dataverse.harvard.edu/issues/294) our [Croissant implementation](https://github.com/gdcc/exporter-croissant) to [Harvard Dataverse](https://dataver…
-
Hello,
A lot of time, especially when using non-typed source such as CSV, we have to retype manually the data. It's important that we can do it manually and control it (auto-typing is dangerous). H…
-
### Server Implementation
Paper
### Server Version
1.21
### Describe the bug
expansion.damage-tagger.damage-type.entity-explosion Does not work on forcefields with the option "end-cristals: true"…
-
### What happened?
### Description
The button that lets you order link field types shows an empty menu when there's only one type enabled
### Steps to reproduce
1. Create a link field type
2. Tic…
-
It would be great to have a `fields.color` field that shows the native color picker of the browser and returns a hex value.