Juan Benet

Results 173 issues of Juan Benet

Readme doesnt tell me how i can install this and use it. Would be great to have a nice readme like https://github.com/diasdavid/ipscend

``` > go test --- FAIL: TestDecodeEpochDateTime (0.00s) common_test.go:34: TestTake: expected 18, got 10 --- FAIL: TestDecodeEpochDateTimeFromInterface (0.00s) common_test.go:34: TestTake: expected 18, got 10 --- FAIL: TestDecodeNegativeEpochDateTimeFromInterface (0.00s) common_test.go:34: TestTake:...

take a look at https://github.com/ugorji/go/issues/86#issuecomment-122159403 -- i updated it with support for this module. but the encoder doesn't seem to output anything: ``` > random-json -o -c 1 | ./json2cbor...

consider testing against https://github.com/cbor/test-vectors this makefile will help: ``` Makefile build: go build test: deps go test deps: test-vectors test-vectors: @echo "installing test-vectors" git clone https://github.com/cbor/test-vectors ```

Hey @oxtoacart could you give me a quick description of what works and what doesn't yet? I'd also love to see a Golang UDT impl happen.

sometimes one needs to encode documents without having a pre-allocated buffer, or without knowing how big the object will be. currently, ubjson throws if the buffer is too small: ```...

There should be a mirror `unpackBufferSync`

I propose: 4 alphabets: - 😊 be256 - 1 emoji 1 byte - 😀 be512 - 1 emoji 2 bytes - 😃 be768 - 1 emoji 3 bytes - 😄...

would be nice to compress even more. 512 emojis could be good. Wish there were 1024 to make things easier for us.

Do we know what terminal support for emojis looks like across platforms? I know iterm2 renders them...