gpicron
gpicron
The library encode undefined as value 2 for BOOLNULL tag while nothing defined in spec. Note that seems a deviation from JSON compatibility and is not very portable as differentiation...
as it is in a template, toJson call is ambiguous when some other serialization framework is included by other dependencies.
This proposal contains 2 changes: 1. introduce the ATOM type instead BOOLNULL as for https://github.com/ssbc/bipf-spec/pull/3 but with 64bit uint and "trimmed" encoding of int introduced by tinySSB. This does not...
I think it can help implementor to have a list of sample to test their implementation.
Just correcting the url in the spec to point to the document
I don't any specification of the integer type is it int32 (max 4 bytes) or int64 (max 8 bytes) I would propose int64, as it is used mainly in SSB...
### Describe the feature or enhancement Hi Umami team, ### **The problem** For many content-driven websites (and especially on single-page apps or landing pages), most user engagement happens on a...