-
**Is your feature request related to a problem? Please describe.**
**TLDR:** the problem is that `_envVars` inside `_envVars` cause exponential JSON size.
Take this simple example:
```
def m2…
-
Currently, `AccountCredentials` only implements `Serialize`, and `Deserialize`, but cloning them may be useful for recreating ACME client instances. We currently do the following under the hood:
``…
h33p updated
3 months ago
-
All JSON structures that exist should be given their own classes. This will greatly improve code clarity and will make development easier.
Some insights:
- All structure-related classes should be …
-
-
My goal is to be able to utilise the `MissingMemberHandling.Error` option of the `JsonSerializerSettings`, instead of the default `MissingMemberHandling.Ignore`.
Why? because its a very useful way…
-
Most APIs return the number of input and output tokens used (and sometimes a more detailed breakdown of those categories). I want to provide an abstraction over those to make it easier to implement to…
-
### Feature Idea
I would like to be able to specify a parameter in the bat file when running main.py ComfyUI that will force an endless queue for a specific specified workflow.
For example, I sugges…
-
Oracel 19c introduced the `JSON_OBJECT(*)` syntax, which just wraps the entire row into a single object. This can probably be emulated in some dialects (e.g. PostgreSQL has `row_to_json`), and is quit…
-
## Description
I was writing the squarespace importer and I could see lat/long values in the JSON but I wasn't sure how they matched up to locations in placecal. At the moment you need to add a defau…
-
I'd like to access the events from Jotdown in JS (via WASM) as JSON. Would you accept a PR to implement optional serde support?
(basically adding `#[cfg_attr(feature = "serde", derive(Serialize, De…