-
I am trying to serialize `[1,[2]]`, but somehow the last byte is 03 instead of 02.
`13 08 31 13 04 32 01 02` -- json-to-vpack (note that Parser uses private API)
`13 08 31 13 04 32 01 03` -- my ou…
-
I was wondering what would be the best way to perform input validation to avoid buffer overflows.
For instance, if the application receives a 10-byte message that is a binary VPack value with lengt…
-
## My Environment
* __ArangoDB Version__: 3.3.16
__Problem__:
JavaScript Number is stored as IEEE754 with precision loss at larger values; original issue reported here: https://github.…
-
Crossbar.io supports the following serializers: `[u'json', u'msgpack', u'cbor', u'ubjson', u'flatbuffers']` using the following serializer IDs (the string is for use with websocket transport, whereas …
-
## My Environment
* __ArangoDB Version__: 3.7.3 nightly win64
* __Storage Engine__: RocksDB
* __Deployment Mode__: single server
* __Deployment Strategy__: manual start
* _…
thphd updated
3 years ago
-
## My Environment
* __ArangoDB Version__: 3.7.0-nightly.20200321
* __Storage Engine__: RocksDB
* __Deployment Mode__: Single Server
* __Deployment Strategy__: Manual …
-
3.4.6-1 , CentOS-7.4, Single mode on metal machine.
```
Failed to read a valid object file image from memory.
Core was generated by `/usr/sbin/arangod -c /home/admin/arangodb/data_3.4.5_singlemode…
-
I think it is essential to be able to store raw binary data either as a blob or attachments (as couchdb does).
The current workaround is to Base64 encode which actually bloats the size with aprox. 13…
-
many mounth ago!
-
Since JavaScript has an Infinity property I was tempted to try and use it as a field value. I wasn't too surprised when this didn't work, but no error was issued by the Foxx service I tested it in and…
ghost updated
7 years ago