-
Hi Peter! Thanks for your amazing tooling and documentation!
I was trying Nippy freeze on a self referencing object like this :
```clojure
$ clj
Clojure 1.12.0
user=> (add-lib 'com.taoensso/…
-
## Description
I was trying to get the new UI in VS for data driven tests. And getting the object for the data source to correctly serialize is so painful.
My contains other objects and getting i…
-
@bowheart Thank you very much this wonderful library. At least my first impressions are that it's amazing. I'm in the process of learning it, but I think I have a pretty good overview.
I had a ques…
-
The Java classes of the model generated by OpenAPI are perfect candidates to be Java Serializable. Unfortunate I did not find a way to make the generated model classes implement Serializable interface…
-
#### Problem description
I'd be curious to get opinions on whether serialization/deserialization should be supported for the file-like objects at the core of this library. This would be useful for …
-
**Please describe a problem.**
I'm using an API which requires all dates to be UTC, meaning, they should be in this format, ending with a `Z`:
`"2024-01-02T09:00:00.000Z"`
If they don't end wit…
-
### Feature Description
Trying to adopt example to pretty print json
```
#!/usr/bin/env python3
from elevenlabs.client import ElevenLabs
import json
client = ElevenLabs(
# api_key="YOUR_…
-
I am working on a project with this library. I have an API call that accepts the following payload
```
{
"first_name": "Mohit",
"age": 27,
"address": {
"line1": "abc",
"line2": "d…
-
I have been thinking, since mastodon already uses json and mastodonpy objects close to hashmaps, it should be quite easy, but alas with my naive attempt I get:
```
>>> json.dump(status[1], file)
Tr…
-
Follow-up from #78, #80 we've fixed the `x-data="{ el: $el }"` case. We also detect functions and replace their values with `'function'`.
However we get the same error in the following case: `x-dat…