Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / fxamacker/cbor issues and pull requests

#492 - Treat map keys matching the same struct field as duplicates.

Pull Request - State: open - Opened by benluddy 8 months ago - 1 comment

#489 - Update go.mod to require go 1.17

Pull Request - State: closed - Opened by fxamacker 8 months ago - 1 comment

#487 - Bump github/codeql-action from 3.23.0 to 3.24.0

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies, github_actions

#485 - Check well-formedness of data from MarshalCBOR

Pull Request - State: open - Opened by fxamacker 8 months ago - 1 comment
Labels: bugfix

#484 - Add `UnrecognizedTagToAny` option to `TestDecOptions`

Pull Request - State: closed - Opened by fxamacker 8 months ago - 1 comment
Labels: tests

#483 - Use cases of UnmarshalFirst?

Issue - State: closed - Opened by MastaP 8 months ago - 2 comments

#481 - Option to set arbitrary simple value to Go value mappings.

Pull Request - State: open - Opened by benluddy 8 months ago

#480 - Fix EncOption/DecOption unset fields on mode regurgitation.

Pull Request - State: closed - Opened by benluddy 8 months ago
Labels: bugfix

#479 - Bump github/codeql-action from 3.23.0 to 3.23.2

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: dependencies, github_actions

#478 - [v2.6.0] Bump from `go 1.12` to `go 1.17` in go.mod

Issue - State: closed - Opened by fxamacker 8 months ago - 2 comments

#477 - feature: Configurable handling of unrecognized simple values

Issue - State: open - Opened by benluddy 8 months ago - 5 comments

#475 - Add option to specify how to decode unrecognized CBOR tag to `any`

Pull Request - State: closed - Opened by ssuriyan7 8 months ago - 1 comment

#474 - Bump github/codeql-action from 3.23.0 to 3.23.1

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: dependencies, github_actions

#473 - Refactor map encoding to prep for Go version bump

Pull Request - State: closed - Opened by fxamacker 8 months ago - 1 comment

#472 - Add options to support byte string map keys as struct field names

Pull Request - State: closed - Opened by benluddy 9 months ago - 1 comment

#471 - feature: Options to support byte string map keys as struct field names

Issue - State: open - Opened by benluddy 9 months ago - 3 comments

#469 - Bump github/codeql-action from 3.22.12 to 3.23.0

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, github_actions

#468 - Improve memory allocs and speed of encoding maps by using Go 1.18+ features

Pull Request - State: closed - Opened by dinhxuanvu 9 months ago - 4 comments

#467 - feature: improve memory allocation for marshall go map type

Issue - State: closed - Opened by dinhxuanvu 9 months ago - 1 comment

#466 - Add another test and fix lint errors

Pull Request - State: closed - Opened by fxamacker 9 months ago
Labels: tests

#465 - New options for encoding Go strings to and from CBOR byte strings

Pull Request - State: closed - Opened by benluddy 9 months ago - 1 comment

#464 - Fix cbor.SimpleValue encoding and decoding

Pull Request - State: closed - Opened by fxamacker 9 months ago
Labels: bugfix

#463 - bug: prevent encoding invalid `cbor.SimpleValue` values 24..31

Issue - State: closed - Opened by fxamacker 9 months ago - 1 comment
Labels: bug

#462 - bug: prevent decoding other CBOR types to `cbor.SimpleValue`

Issue - State: closed - Opened by fxamacker 9 months ago
Labels: bug

#461 - Fix panic when decoding CBOR nil to `*cbor.SimpleValue`

Pull Request - State: closed - Opened by fxamacker 9 months ago - 1 comment
Labels: bugfix

#459 - Release fxamacker/cbor v2.6.0

Issue - State: open - Opened by fxamacker 9 months ago - 2 comments

#458 - Refactor tests to improve consistency and readability

Pull Request - State: closed - Opened by fxamacker 9 months ago
Labels: tests

#457 - Add 2 more options for decoding CBOR integers to `interface{}`

Pull Request - State: closed - Opened by fxamacker 9 months ago
Labels: enhancement

#456 - Add option to decode CBOR bignum to `interface{}` as `*big.Int`

Pull Request - State: closed - Opened by fxamacker 9 months ago - 1 comment
Labels: enhancement

#455 - Bump github/codeql-action from 2.22.8 to 3.22.12

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, github_actions

#454 - bug: Marshalling skips public (but implicit) field in struct

Issue - State: closed - Opened by mitjat 9 months ago - 3 comments
Labels: has workaround, not a bug

#453 - Add encoding option to specify how omitempty fields are encoded

Pull Request - State: closed - Opened by dinhxuanvu 10 months ago - 3 comments
Labels: enhancement

#452 - Bump github/codeql-action from 2.22.8 to 3.22.11

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago - 1 comment
Labels: dependencies, github_actions

#451 - Bump actions/setup-go from 4.1.0 to 5.0.0

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago - 1 comment
Labels: dependencies, github_actions

#450 - Bump github/codeql-action from 2.22.8 to 2.22.9

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago - 1 comment
Labels: dependencies, github_actions

#449 - feature: Expected later base64 encoding tag

Issue - State: open - Opened by benluddy 10 months ago - 3 comments

#446 - feature: Transparent encoding and decoding of Go strings to and from CBOR byte strings

Issue - State: open - Opened by benluddy 10 months ago - 2 comments
Labels: enhancement

#445 - feature: CBOR uses a different definition of "empty" than golang encoding/json for omitempty

Issue - State: closed - Opened by dinhxuanvu 10 months ago - 3 comments
Labels: enhancement

#443 - Bump github/codeql-action from 2.22.5 to 2.22.8

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies, github_actions

#442 - Bump github/codeql-action from 2.22.5 to 2.22.7

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago - 1 comment
Labels: dependencies, github_actions

#440 - feature: inspect first/outer "kind" without full decode

Issue - State: open - Opened by extemporalgenome 11 months ago - 1 comment
Labels: enhancement

#438 - feature: `IntDecMode` value for `int64` with overflow to `*big.Int`

Issue - State: closed - Opened by extemporalgenome 11 months ago - 2 comments

#437 - Enable more linters

Pull Request - State: closed - Opened by fxamacker 11 months ago - 1 comment
Labels: CI

#436 - Pin actions/checkout and actions/setup-go

Pull Request - State: closed - Opened by x448 11 months ago - 2 comments

#435 - CI: pin GitHub-owned Github Actions

Issue - State: closed - Opened by x448 11 months ago - 1 comment
Labels: CI

#434 - Refactor valid() to reject negative values for integer modes

Pull Request - State: closed - Opened by fxamacker 11 months ago - 1 comment
Labels: improvement

#433 - Add FieldNameMatching decode option.

Pull Request - State: closed - Opened by benluddy 11 months ago
Labels: enhancement

#432 - feature: Decode option to require case-sensitive field name matches

Issue - State: closed - Opened by benluddy 11 months ago - 4 comments
Labels: enhancement

#431 - Update README to add FIDO Alliance, Let's Encrypt, Matrix.org

Pull Request - State: closed - Opened by fxamacker 12 months ago - 1 comment
Labels: docs

#430 - Update CI and README

Pull Request - State: closed - Opened by fxamacker 12 months ago - 1 comment
Labels: docs, CI

#429 - Used By counter should show 2500 (not 230)

Issue - State: closed - Opened by x448 about 1 year ago - 2 comments
Labels: docs

#428 - Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies, github_actions

#427 - Update README for changes in cbor v2.5.0

Pull Request - State: closed - Opened by fxamacker about 1 year ago
Labels: docs

#426 - Update README for error handling of CBOR extraneous data

Pull Request - State: closed - Opened by fxamacker about 1 year ago - 1 comment
Labels: docs

#425 - feature: support `omitempty` for `toarray` at struct level

Issue - State: closed - Opened by herrjemand about 1 year ago - 7 comments
Labels: enhancement

#424 - Update README.md for v2.5.0

Pull Request - State: closed - Opened by fxamacker about 1 year ago - 1 comment

#423 - Update CONTRIBUTING.md

Pull Request - State: closed - Opened by fxamacker about 1 year ago - 1 comment
Labels: docs

#422 - Update README.md for v2.5.0

Pull Request - State: closed - Opened by fxamacker about 1 year ago - 2 comments

#421 - Update intro and cbor quick start in README

Pull Request - State: closed - Opened by fxamacker about 1 year ago - 1 comment
Labels: docs

#420 - README can be more readable, useful, and less bloated

Issue - State: closed - Opened by fxamacker about 1 year ago - 1 comment
Labels: docs

#419 - Update README.md

Pull Request - State: closed - Opened by fxamacker about 1 year ago - 1 comment

#418 - Update README for CBOR codec v2.5.0-rc1

Pull Request - State: closed - Opened by fxamacker about 1 year ago - 1 comment
Labels: docs

#417 - Remove ignored UTF8 setting in diagMode()

Pull Request - State: closed - Opened by fxamacker about 1 year ago - 1 comment
Labels: improvement

#416 - Remove ignored UTF8 setting in diagMode()

Issue - State: closed - Opened by fxamacker about 1 year ago
Labels: improvement

#415 - [Fuzzing] Golang Native Go fuzz and oss-fuzz support

Pull Request - State: closed - Opened by 0x34d about 1 year ago - 3 comments

#414 - Bump CI govulncheck to v1.0.0

Pull Request - State: closed - Opened by fxamacker about 1 year ago - 1 comment
Labels: CI

#413 - Update README.md for v2.5.0-beta5

Pull Request - State: closed - Opened by fxamacker over 1 year ago
Labels: docs

#412 - Add `Decoder.Buffered` to return buffered data

Pull Request - State: closed - Opened by fxamacker over 1 year ago - 1 comment
Labels: enhancement

#408 - Bump safer-golangci-lint to 1.52.2

Pull Request - State: closed - Opened by x448 over 1 year ago - 1 comment
Labels: CI

#407 - Update README.md for v2.5.0-beta3

Pull Request - State: closed - Opened by fxamacker over 1 year ago
Labels: docs

#406 - Update README for CBOR Sequences RFC 8742

Pull Request - State: closed - Opened by fxamacker over 1 year ago
Labels: docs

#405 - Add more tests for Diagnose and DiagnoseFirst

Pull Request - State: closed - Opened by fxamacker over 1 year ago
Labels: tests

#404 - Update ci-go-cover.yml

Pull Request - State: closed - Opened by x448 over 1 year ago

#403 - CI: Check for code coverage dropping below 98% before PR is merged

Issue - State: closed - Opened by fxamacker over 1 year ago
Labels: CI

#402 - Add UnmarshalFirst to DecMode interface

Pull Request - State: closed - Opened by fxamacker over 1 year ago
Labels: enhancement

#401 - Add UnmarshalFirst to DecMode interface

Issue - State: closed - Opened by fxamacker over 1 year ago
Labels: enhancement

#400 - Deprecate Valid() and add Wellformed() to replace it

Pull Request - State: closed - Opened by fxamacker over 1 year ago
Labels: enhancement

#399 - Deprecate Valid() and add Wellformed() to replace it

Issue - State: closed - Opened by fxamacker over 1 year ago
Labels: enhancement

#398 - Add UnmarshalFirst

Pull Request - State: closed - Opened by immesys over 1 year ago - 2 comments
Labels: enhancement

#397 - Add RemainingBytes utility to streaming decoder

Pull Request - State: closed - Opened by immesys over 1 year ago - 7 comments

#396 - Use io.WriterTo interface when provided by the type

Pull Request - State: closed - Opened by omerfirmak over 1 year ago - 4 comments

#395 - Bump actions/setup-go from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions

#394 - Update README for cbor v2.5.0-beta2

Pull Request - State: closed - Opened by fxamacker over 1 year ago
Labels: docs

#393 - Create govulncheck.yml

Pull Request - State: closed - Opened by fxamacker over 1 year ago - 2 comments
Labels: CI

#392 - [stream-mode branch] Add StreamEncoder.Close() to recycle buffer

Pull Request - State: closed - Opened by fxamacker over 1 year ago
Labels: enhancement

#391 - Add comparisons for fxamacker/cbor, encoding/gob, encoding/json

Issue - State: closed - Opened by x448 over 1 year ago - 2 comments

#390 - Update CBOR benchmarks results and tag v2.5.0

Issue - State: closed - Opened by x448 over 1 year ago - 4 comments

#389 - bump safer-golangci-lint.yml to 1.51.1

Pull Request - State: closed - Opened by x448 over 1 year ago - 1 comment

#388 - bug: Marshaler interface should get `EncOptions` as an argument

Issue - State: closed - Opened by omerfirmak over 1 year ago - 1 comment