-
We need an API endpoint that provides a summary of the aggregated TimeMap, preferably in JSON format. The summary can group memento counts for each upstream archive, and also a nested distribution on …
-
-
I am currently doing a poc on confluent-kafka. But i am facing some issues while ingesting nested json file to a mysql table. I am using kafka-connect-jdbc to ingest the data to a mysql table and usin…
-
The sorting flag from `jq` is very helpful when dealing with JSON APIs.
```
-S sort keys of objects on output;
```
There is an example:
```
❯ echo '{ "foo": 1, "bar": 2, "neste…
-
Lets create a proc that will flatten nested JSON. Here is an example nested input:
`{a : "b", c: {d: "e"} }`
and then the `flatten` proc will produce:
`{a : "b", "c.d": "e"}`
-
- [x] Ignore fields that are not translated
- [x] Ignore dates, enumeration, email, json
- [x] Allow translation of nested data
- [x] components
- [x] dynamic zones
- [ ] #23
- [x] #24
- [x…
-
**Describe the bug**
I'm running into an issue where I need to use a `JsonContentPolymorphicSerializer` on a nested sealed class. The children of the nested sealed class share the same top level di…
-
In a PostgreSQL database, a JSON or JSONB column is converted to (with the dataclass output)
`col_name: Optional[dict] = field(default=None, metadata={'sa': Column(JSONB)})`. Usually JSON/JSONB field…
-
Version: Deno 1.46.2
Repro repo: https://github.com/albnnc/deno-repro-20240830
Possibly related: https://github.com/denoland/deno/issues/25226
Should the following cases work, or do I have wr…
-
... by functionality from `dm.zopepatches.ztutils`?
`ZTUtils.make_query` (and friends) allow together with `ZPublisher`'s type suffixes to pass typed information between requests. However, there ar…