Ecosyste.ms: Issues

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

GitHub / go-restruct/restruct issues and pull requests

#59 - [FEATURE] "cstring" type and success count in parsing functions

Issue - State: closed - Opened by 5IGI0 over 1 year ago - 4 comments
Labels: question

#58 - Packing int or uint returns zero bytes without error

Issue - State: open - Opened by fritzr over 1 year ago - 1 comment

#57 - Add support for uintptr encoding/decoding

Issue - State: open - Opened by anisse almost 2 years ago - 4 comments

#56 - Add tests for expr/package.

Pull Request - State: closed - Opened by jchv over 2 years ago - 1 comment

#55 - Add tests for expr/env.

Pull Request - State: closed - Opened by jchv over 2 years ago - 1 comment

#54 - Switch CI to GitHub Actions.

Pull Request - State: closed - Opened by jchv over 2 years ago - 1 comment

#53 - Unexpected result parsing bitfield

Issue - State: open - Opened by bearsh over 2 years ago - 1 comment

#52 - [FEATURE] "remainder" option

Issue - State: open - Opened by johnnybubonic over 2 years ago
Labels: feature

#51 - [FEATURE] "readto" a certain byte/sequence is encountered

Issue - State: open - Opened by johnnybubonic over 2 years ago
Labels: feature

#50 - there is a bug in parsing by go-restruct

Issue - State: open - Opened by fenggolang almost 3 years ago - 3 comments

#49 - Unpacking variable-length structs into array

Issue - State: closed - Opened by mpictor about 3 years ago - 4 comments

#48 - "invalid character -" using sizefrom expression

Issue - State: open - Opened by kwtj43 about 3 years ago - 1 comment

#47 - Fix bitpacking edge case behaviors.

Pull Request - State: closed - Opened by jchv over 3 years ago - 2 comments

#46 - Integers not parsed as two's complement if not on byte boundary

Issue - State: closed - Opened by umeat over 3 years ago - 3 comments

#44 - Dynamic amount of padding / alignment

Issue - State: open - Opened by joonas-fi over 3 years ago

#43 - Operators don't work for derived types (e.g. `type Flags uint8`)

Issue - State: open - Opened by joonas-fi over 3 years ago - 1 comment

#42 - Proposal: Please start using Semantic Versioning

Issue - State: closed - Opened by KateGo520 about 4 years ago - 9 comments

#41 - [Question] Dynamic field type based on another field in the same struct

Issue - State: closed - Opened by hetsch over 4 years ago - 5 comments
Labels: question

#40 - [Question] use of if expression for dynamically sized field

Issue - State: closed - Opened by SterlingAr over 4 years ago - 3 comments

#39 - Packing struct with interfaces

Issue - State: closed - Opened by klaxxon over 4 years ago - 2 comments

#38 - Fix decode from array to slice with different but allocatable types

Pull Request - State: closed - Opened by neglect-yp almost 5 years ago - 1 comment

#37 - Fix decoder for slice of different but allocatable types

Pull Request - State: closed - Opened by neglect-yp almost 5 years ago - 2 comments

#36 - Specify bit length of type within slice

Issue - State: open - Opened by umeat almost 5 years ago - 2 comments

#35 - Restruct expression language.

Pull Request - State: closed - Opened by jchv almost 5 years ago - 3 comments

#34 - How might I implement sign magnitude ints?

Issue - State: open - Opened by umeat about 5 years ago - 4 comments

#33 - Issue with List Unpacking with values over byte boundary

Issue - State: closed - Opened by umeat over 5 years ago - 3 comments

#32 - Implement expression language.

Pull Request - State: closed - Opened by jchv over 5 years ago

#31 - Add support for expressions.

Issue - State: closed - Opened by jchv over 5 years ago
Labels: design, feature

#30 - Implement sizefrom option.

Pull Request - State: closed - Opened by jchv over 5 years ago - 1 comment

#29 - Implement boolean support

Pull Request - State: closed - Opened by jchv over 5 years ago - 1 comment

#28 - Implement decoding and encoding of boolean values.

Issue - State: closed - Opened by jchv over 5 years ago
Labels: bug, design, feature

#27 - Bit Packing / Unpacking issue

Issue - State: closed - Opened by umeat over 5 years ago - 4 comments
Labels: bug

#26 - Unpacking variable sized payloads.

Issue - State: closed - Opened by mhussa about 6 years ago - 2 comments

#25 - How to specify that one field is used as the length for two distinct slices?

Issue - State: closed - Opened by mewmew over 6 years ago - 4 comments
Labels: question, design, feature

#24 - Custom interpretation/parsing of integer value?

Issue - State: closed - Opened by mewmew over 6 years ago - 1 comment

#23 - How to specify sizeof for slice defined in another struct?

Issue - State: closed - Opened by mewmew over 6 years ago - 9 comments
Labels: question, design, feature

#22 - Simplify example on restruct.io

Issue - State: closed - Opened by mewmew over 6 years ago - 6 comments

#21 - Fix type resolve logic

Pull Request - State: closed - Opened by DmitryBochkarev over 6 years ago - 2 comments

#20 - LICENSE.md: add title

Pull Request - State: closed - Opened by waldyrious almost 7 years ago - 3 comments

#19 - How can I deserialize dynamic types?

Issue - State: open - Opened by elfchief almost 7 years ago - 5 comments
Labels: question

#18 - Finalize bitfield syntax and behavior

Issue - State: open - Opened by jchv over 7 years ago - 7 comments
Labels: design

#17 - Implement performance and memory allocation testing

Issue - State: open - Opened by jchv over 7 years ago - 2 comments
Labels: enhancement, testing, performance

#16 - Implement SizeOf function. (Fixes #7)

Pull Request - State: closed - Opened by jchv over 7 years ago - 1 comment

#15 - Various small cleanups

Pull Request - State: closed - Opened by jchv over 7 years ago - 1 comment

#14 - Add Contributors file.

Pull Request - State: closed - Opened by jchv over 7 years ago - 1 comment

#13 - Implement streaming with io.Reader and io.Writer

Issue - State: open - Opened by jchv over 7 years ago
Labels: design, feature

#12 - Ability to pass buffer to `restruct.Pack`

Issue - State: open - Opened by jchv over 7 years ago
Labels: design, feature

#11 - Add testing around unaddressable struct fields.

Issue - State: open - Opened by jchv over 7 years ago
Labels: enhancement, testing

#10 - Use Gometalinter in CI

Pull Request - State: closed - Opened by jchv over 7 years ago - 1 comment

#9 - Make error messages consistent.

Issue - State: closed - Opened by jchv over 7 years ago
Labels: enhancement

#8 - Add gometalinter to CI.

Issue - State: closed - Opened by jchv over 7 years ago
Labels: enhancement, testing

#7 - Implement SizeOf function.

Issue - State: closed - Opened by jchv over 7 years ago
Labels: feature

#6 - Address Readability issues in readBits

Pull Request - State: closed - Opened by davecheney over 7 years ago - 3 comments

#5 - How do I use restruct to deserialize these structs?

Issue - State: open - Opened by kellabyte over 7 years ago - 21 comments
Labels: question

#4 - Add 'Contributors' file.

Issue - State: closed - Opened by jchv over 7 years ago
Labels: enhancement

#3 - Adding support to parse bitfields in tags

Pull Request - State: closed - Opened by jlojosnegros over 7 years ago - 2 comments

#2 - Write a code-gen tool for `go generate`

Issue - State: open - Opened by jchv almost 9 years ago
Labels: design, feature

#1 - Use more ecosystem-friendly names in interfaces.

Issue - State: open - Opened by jchv almost 9 years ago - 1 comment
Labels: design