-
It seems the easiest way to accomplish this functionality [without a custom serializer](https://stackoverflow.com/a/31207881) would be to subclass `dict` and call `dict.__init__` in the frozendict `__…
-
Oops I used pandas
```python
import pandas as pd
table = pd.read_csv(file)
graph = table_to_bipartite_graph(
table,
first_part_col="nom",
second_part_col="mentions",
f…
-
When **mflog** is not able to **json serialize** a provided log message (for example if we pass it an object), we face a "fat" stack trace in our plugin log:
```
919353 --- Logging error ---
9193…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
I'm using version `composer-2.1.15-airflow-2.5.1` using `composer-dev` to run it.
Using a Mapped…
-
I'm getting error
```
[WARNING]: Failure using method (v2_runner_on_ok) in callback plugin
(): Object of type HostVarsVars is not JSON serializable
```
when running the below playbook in AWX…
-
AnyURL pydantic types are not json serializable, so urls are validated as `str`.
I've tried defining a custom json_encoder, but the pydantic type is not actually an `AnyURL` object, so I was not a…
Jsyro updated
2 months ago
-
Actually, if one item can't be exported from backend to frontend (for instance https://github.com/probabl-ai/skore/issues/617), all the export phase will failled and the frontend will be empty.
We …
-
I came across this error when I was fiddling with pandas plot, when I use `xticks` argument.
Proof of concept is here:
http://nbviewer.ipython.org/gist/edvakf/a47a41ace10afbd891ff
(modification of ht…
-
I want to make a .html with a plot of some patches in a patch collection.
Im running the example from "https://matplotlib.org/examples/api/patch_collection.html"
Could someone please help?
than…
omn14 updated
5 years ago
-
## Feature Request
When mapping from an external JSON model to an internal type it is possible to use the `JSON::Field` annotation's `key` property to define any differences in naming. This works w…