Siilike

Results 31 comments of Siilike

Just to clarify, when having something like: ``` @RequiredExclusive @CommandLine.ArgGroup(multiplicity = "1", exclusive = true, validate = false) GroupOpts group = new GroupOpts() ``` the `IAnnotatedElement` would correspond to the...

Also happened with zfs 2.1.5. ``` VERIFY3(0 == zap_add(mos, dsl_dir_phys(pds)->dd_child_dir_zapobj, name, sizeof (uint64_t), 1, &ddobj, tx)) failed (0 == 17) PANIC at dsl_dir.c:951:dsl_dir_create_sync() Showing stack for process 3064 CPU: 3...

It does work for the initial test case, but now it breaks elsewhere: `Invalid type for byteSize()`. The same error was produced before for indexed arrays. The JSON being serialized...

If you don't mind building a PHP extension you can try it out here: https://github.com/siilike/php-vpack After building (no need to install) run `php -n -d extension=./modules/vpack.so examples/json2vpack.php file.json | velocypack/build/tools/vpack-to-json`...

[output.zip](https://github.com/arangodb/velocypack/files/5660665/output.zip) The difference compared to vpack-to-json is the following (right one is correct): 0000037E 06 03 000006FB 06 03 00000AE6 06 03 00000F6D 06 03 000012FE 06 03 0000170D 06...

Indeed according to the standard both the format and value must match: ``` 3.7 Single Logout Protocol 3.7.3.1 Session Participant Rules [--] The subject of the assertion strongly matches the...