issues
search
ugorji
/
go
idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.86k
stars
295
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Question] Big Endian architecture
#410
mirko-lazarevic
opened
3 months ago
0
attr.go
#409
zatramanh56789
closed
8 months ago
0
Leading zeros is not allowed in rfc7159
#408
zycbobby
closed
8 months ago
0
runtime error with golang master (furture go 1.22)
#407
LeGEC
closed
12 months ago
0
Add support for github.com/go-json-experiment/json / UnmarshalerV2 ?
#406
vanackere
closed
12 months ago
1
CBOR: Reject malformed and invalid indefinite-length strings
#405
benluddy
closed
12 months ago
0
UTF-8 validation isn't applied to CBOR text strings nested inside an indefinite-length text string
#404
benluddy
closed
12 months ago
2
Decoder accepts indefinite-length CBOR strings containing chunks with mismatched major types
#403
benluddy
closed
12 months ago
1
Tests use rand.Intn(1) for boolean rand, but always returns 0
#402
HouseK
closed
12 months ago
0
mem leak?
#401
jank1369
closed
12 months ago
1
Docs do not seem to mention case-sensitive field handling
#400
extemporalgenome
closed
12 months ago
0
Add `DecodeOptions.IntType` and `DecodeOptions.FloatType` ?
#399
extemporalgenome
closed
12 months ago
1
`io.ErrUnexpectedEOF` should be returned instead of `io.EOF` when only partial data is present
#398
extemporalgenome
closed
12 months ago
0
shorter doc comments for fully-deprecated (ignored) fields/methods
#397
extemporalgenome
closed
12 months ago
0
Expose Handle.Name() in some form through Encoder and Decoder for use by codec.Selfer
#396
extemporalgenome
closed
12 months ago
1
Efficient direct conversion between supported formats?
#395
extemporalgenome
closed
12 months ago
2
cbor: use fmtTime instead of time.Format for RFC3339Nano
#394
extemporalgenome
closed
12 months ago
0
The deamon can't run
#393
dteer
closed
12 months ago
1
Duplicate key inside of a map triggers a "cannot decode unsigned integer" msgpack decode error
#392
giuliano-sider
closed
1 year ago
1
Decoding a slice of structs encoded as arrays into a slice of structs without the same number of fields
#391
partomatl
closed
1 year ago
2
Unexpected encoding with interface{} key using Canonical and MapKeyAsString.
#390
winder
closed
1 year ago
0
Msgpack deserialization with codecgen produces wrong result
#389
suzuki-safie
closed
1 year ago
3
Go 1.20 - invalid memory address or nil pointer dereference
#388
GlennRicaud
closed
1 year ago
5
codec.MsgpackHandle.RawToString is confusingly named
#387
amnonbc
closed
1 year ago
2
omitempty handling for arrays disagrees with the standard encoding/json
#386
dop251
closed
1 year ago
2
Added support for go 1.13+ error wrapping.
#385
dop251
closed
1 year ago
0
unable to restore original data while using map[string]interface{}
#384
phith0n
closed
1 year ago
1
Generate encoders with canonical support
#383
mxmauro
closed
1 year ago
6
Vulnerability Issue - CWE 74 External Control of File Name or Path
#382
youngstone89
closed
1 year ago
3
missing go.sum entry needed to verify package
#381
thinkerou
closed
1 year ago
1
Coverity Scan - Logically Dead code
#380
raghvendra-dixit
closed
1 year ago
1
Coverity Scan - Logically dead code
#379
raghvendra-dixit
closed
1 year ago
1
Coverity Scan - Explicit null dereferenced
#378
raghvendra-dixit
closed
1 year ago
2
Coverity Scan - Logically Dead code
#377
raghvendra-dixit
closed
1 year ago
0
Coverity scan - Operands don't affect result
#376
raghvendra-dixit
closed
1 year ago
1
SAST: coverity scan : Operands don't affect result
#375
raghvendra-dixit
closed
1 year ago
1
SAST: coverity scan : Operands don't affect result
#374
raghvendra-dixit
closed
1 year ago
1
Unable to Decode bytes | CborHandle not working as expected
#373
HardCodeProgrammer
closed
1 year ago
3
Incorrect codecgen code is generated
#372
mxmauro
closed
1 year ago
3
Skip type aliases
#371
mxmauro
closed
1 year ago
0
Decoding invalid MsgPack strings is not detected.
#370
schmidtw
closed
2 years ago
2
Pointer embedded struct handled incorrecly
#369
ncsibra
closed
2 years ago
0
No possible to register encoder extensions for time.Time
#368
HEskandari
closed
2 years ago
0
panic / memory corruption when decoding msgpack struct with embedded maps
#367
philipatl
closed
2 years ago
0
gccgo build error
#366
erdong01
closed
3 years ago
1
Fix the noFrac code to handle `0`.
#365
csilvers
closed
3 years ago
0
noFrac64 and noFrac32 are incorrect for 0.
#364
csilvers
closed
3 years ago
1
Out of memory on decoding of CBOR
#363
glumia
closed
3 years ago
0
ambiguous import: found github.com/ugorji/go/codec in multiple modules
#362
yhaoyan
closed
3 years ago
1
bench_test is failing on Fedora
#361
pemensik
closed
2 years ago
2
Next