-
Possibly related: https://github.com/tc39/proposal-record-tuple/issues/134, https://github.com/tc39/proposal-record-tuple/issues/218
A potential direction this proposal could take, which would solv…
-
Application Profiles seem like an unnecessary complexity to me in an area that (I think) we're trying to make simpler.
I look at this draft as a really useful rewording of some important stuff in s…
-
After Engine has performed a run, its cache can be saved to disk. This effectively creates an archive of those pieces of the internet that are needed to perform this particular run.
The cache file ca…
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification Title: Concise Binary Object Representation (CBOR)
* Specification or proposal URL: https://datatracker.ietf.org/do…
-
It seems to me as though it should be a list of unicode character points, and serialization into bytes should be specified in the respective codecs.
However the section seems to talk a lot about by…
-
Currently, we use [cbor-cpp](https://github.com/naphaso/cbor-cpp) for serialisation/deserialisation in [CBOR](https://cbor.io) format. The library API is quite verbose and the implementation heavily r…
-
#### The associated forum post URL from `https://forum.rclone.org`
https://forum.rclone.org/t/sftp-support-ssh-configuration-file/34395
#### What is your current rclone version (output from `rcl…
-
I think CBOR specification allows the definition of custom types. Do you have any plan to support them?
isoos updated
3 months ago
-
Hello, one issue I found with CBORNumber.IsNumber() , is that it classifies many number elements as 'not number' (false). This happens if the number in the element, e.g. a CBOR unsigned integer, is ta…
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
$ go version
go version go1.8rc1 darwin/amd64
### What operating syst…