-
```
In [1]: from constantly import Values, ValueConstant
In [2]: class Foo(Values):
...: foo = ValueConstant('foo')
...: bar = ValueConstant('bar')
...:
In [3]: import json
In [4]:…
-
Hi! First, thanks for making this library!
I'm having an issue with it and m2m models using postgres and psycopg.
Here are is a relevant set of models, one of which inherits the MonitoredModel …
-
###### map_point.dart
```dart
import 'dart:math';
typedef MapPoint = Point;
class MapPointJsonConverter extends JsonConverter {
const MapPointJsonConverter();
@override
MapPoint f…
-
See https://github.com/UC-Davis-molecular-computing/scadnano/issues/993
In the Python package this just means adding a field `HelixGroup.geometry` and updating the methods `HelixGroup.to_json_seria…
-
**Is your feature request related to a use case or problem? Please describe.**
Currently when one introduces a new public class in the cirq namespace, they have to add either make it json serializa…
-
Among the many files and formats consumed and produced by different FMU components are yaml files. Within FMU yaml is the go-to medium for configuration. fmu-dataio is not currently able to upload the…
-
See pub get output:
```console
Because json_serializable_mobx >=1.0.0 depends on json_serializable_mobx_typehelpers ^4.0.0 which doesn't match any versions, json_serializable_mobx >=1.0.0 is forbi…
-
BPO | [35111](https://bugs.python.org/issue35111)
--- | :---
Nosy | @rhettinger, @etrepum
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the curr…
-
How can I transform the below `Customer` instance into a JSON?
```python
unit = Unit(settings.UNIT_API_DOMAIN, settings.UNIT_API_KEY)
customer = unit.customers.get("2331163")
json.dumps(cust…
-
The `content` parameter in the `call_http` function in `DurableOrchestrationContext.py` has type hint Optional[str] but actually accepts any json serializable content, see lines 238-242. The type hin…