issues Search Results · repo:segmentio/encoding language:Go
Filter by
40 results
(79 ms)40 results
insegmentio/encoding (press backspace or delete to remove)If a number is passed in string form, I catch a conversion error. I remember exactly that there was no such problem a
few months ago, but now this problem has appeared.
package main
import (
jsonStd ...
sattellite
- Opened on Oct 21, 2024
- #143
If the writer encounters an error the error is stored in the encoder, but it is not returned.
https://github.com/segmentio/encoding/blob/3055897c1c5b74bc4c4ec5f702c22ed90020f410/json/json.go#L537
This ...
geoff-ziprecruiter-com
- Opened on Jun 24, 2024
- #139
Hi, in order to reduce complexity, would it be convenient for you to make a generic library? Function is to realize the
structure to the n-ary tree storage, the subsequent implementation of new codec algorithms ...
ddkwork
- Opened on Mar 13, 2024
- #138
I see that StartGroup is not defined:
https://github.com/segmentio/encoding/blob/101dc9c5750213ca76cdac2fbc96d667f855555f/proto/message.go#L142-L149
I think this is a problem, as some servers are still ...
3052
- 1
- Opened on Nov 22, 2023
- #135
We ve been seeing some occasional restarts in our orchestrator service with added load. Looking at the logs, it seems to
be a free object pointer:
0xc01f75bff0 alloc unmarked
fatal error: found pointer ...
patricksandquist
- Opened on Jul 25, 2023
- #134
If you use an embedded struct via a pointer and omitempty tag on one of struct fields, fields on embedded struct which
also tagged with omitempty are ignored in the output json, even if there is a value. ...
BlasterAlex
- Opened on May 29, 2023
- #133
problem
in the example below there is an array of Example structs for which the second contains no values {}. The decoder does
not complain and constrcuts the missing values with the default values for ...
qknight
- Opened on Apr 28, 2023
- #132
HashimTheArab
- Opened on Mar 6, 2023
- #130
_, err := json.Marshal(map[interface{}]interface{}{1: 1})
error: json: unsupported type: map[interface {}]interface {}
Walker-PI
- 1
- Opened on Sep 9, 2022
- #125
I tried this library as a drop in stdlib replacement and found that with our data, it was slightly worse than stdlib in
both memory and speed.
So I thought OK, benchmarks are highly dependent on the specific ...
lpar
- 4
- Opened on Sep 6, 2022
- #124

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.