-
### Describe the bug
When updating from version 3.15.1 to 3.16.2, the build fails due to the property:
`quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true.`
In JacksonCodeGen…
-
In my main app, we've made all of our serializers structs; however, since we're currently using GraphQL, they're not quite the same as the default Lucky serializer
https://github.com/luckyframework…
-
### The issue
When the serializer receives a UUID that we might think is invalid, it gets "cleaned" up and considered valid, returning a completely different UUID.
### How to replicate
```
from …
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/activist-org/activist/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow activist's [Code of Conduct](h…
-
# Problems to be solved
- Remove code duplication for schema serialization (dxcontent.py and site.py)
- Allow custom serialization of specific behaviors.
- A use case would be to serialize a …
-
Right now, the API serializers don’t do much to check the input, which can lead to problems. This issue aims to make validation stronger to keep the data accurate and improve error messages. The plan …
Ki1er updated
3 weeks ago
-
| Q | A
| ------------ | ---
| Feature PR | symfony/symfony#56823
| PR author(s) | @HypeMC
| Merged in | 7.2
We created this issue to not forget to document this new feature. We would…
-
I'm using DRF and drf-spectacular, and it uses runtime type introspection for some cases (like `serializers.SerializerMethodField()`. And i have no way to tell `ruff` to not move those types into TYPE…
-
**Introduction**
The `urls.py` file for one of my apps, let's call it **foo**, looks (somewhat) like this:
```py
from django.urls import include, re_path
from rest_framework.routers import SimpleR…
-
### Pitch
Mastodon poor performance is basically a meme. You would expect the bottleneck to be the database. Well, in my tests the culprit is actually the ActiveModel Serializer, which is not produci…