-
```jsonc
{
// string (maxlength)
"name": "Oignons à l'oignon",
// int
"servesHowManyPeople": 2,
// Timespan ("hh:mm:ss")
"preparationTime": "00:30:00",
// Timespan ("hh:mm:ss")
…
-
```
The current one is a bit ad hoc and hard to customize by users. Perhaps
refactor it and use the following:
http://code.google.com/p/google-gson/
```
Original issue reported on code.google.com b…
-
```
The current one is a bit ad hoc and hard to customize by users. Perhaps
refactor it and use the following:
http://code.google.com/p/google-gson/
```
Original issue reported on code.google.com b…
-
The rounding issues that essentially led to creating the DECIMAL cql type would dictate such columns to be returned as strings, to let callers/users/clients to do the right thing. Otherwise, unexpecte…
-
# Motivation
flixOpt aims at creating a robust results file from solved calculation, which allows to analyze and evaluate a model at any time after solving it. Any user can profit from this feature
…
-
On decimal package [someone reported an issue with JsonCodable](https://github.com/a14n/dart-decimal/issues/108). He tried the following code:
```dart
@JsonCodable()
class User {
final Decimal…
a14n updated
3 months ago
-
- [x] I have read the [Clojure etiquette](https://clojure.org/community/etiquette) and will respect it when communicating on this platform.
**version**
`2023.12.15`
**platform**
Linux
…
-
Currently, `representation_hints` is now used to define some attributes to fine tune the visualization (e.j. optimization:minimal), and are associated to the metric concept.
Would be interesting deta…
-
Hi,
I am trying to use this package for creating Swagger documentation for Azure functions. But I am getting an error for a Schema which is using Zod Map:
``` typescript
export const PayloadSch…
-
Inspired by https://github.com/TBD54566975/did-dht/pull/264
CBOR is much simpler and more efficient. There is wide support for it [across languages](https://cbor.io/impls.html).
We can also look…