Ecosyste.ms: Issues

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

GitHub / digidotcom/python-suitcase issues and pull requests

#57 - Trying to understand Suitcase

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

#56 - Structure does not support inheritance of fields from parent classes

Issue - State: open - Opened by mikewadsten over 4 years ago - 1 comment

#55 - Support dynamic start/end offsets for CRCField

Issue - State: open - Opened by mikewadsten over 5 years ago
Labels: enhancement

#54 - Add support for DispatchTarget over a BitField field

Pull Request - State: closed - Opened by mikewadsten over 5 years ago - 2 comments

#53 - ci: Remove EOLed Python versions, update toxtest.sh to latest releases

Pull Request - State: closed - Opened by mikewadsten over 5 years ago - 2 comments

#52 - Fixed issue #51

Pull Request - State: open - Opened by flakjacket95 almost 7 years ago - 2 comments

#51 - Multiple CRC Fields

Issue - State: closed - Opened by flakjacket95 almost 7 years ago - 2 comments

#50 - Support field default values

Issue - State: open - Opened by ulope almost 7 years ago

#48 - DispatchTarget does not support FieldArray

Issue - State: open - Opened by martinpelikan over 7 years ago - 1 comment

#47 - Support for variable-length, non-greedy Payload()

Issue - State: open - Opened by martinpelikan over 7 years ago - 1 comment

#46 - Added 32 and 64 bit float fields

Pull Request - State: closed - Opened by idubz33 almost 8 years ago - 4 comments

#45 - Support for floats?

Issue - State: open - Opened by idubz33 almost 8 years ago - 4 comments

#44 - New release?

Issue - State: closed - Opened by rtzoeller about 8 years ago - 3 comments

#43 - Support keyword argument initialization of Structures

Pull Request - State: closed - Opened by rtzoeller about 8 years ago - 3 comments

#42 - Calling dir() on a Structure includes Fields

Pull Request - State: closed - Opened by rtzoeller about 8 years ago - 4 comments

#41 - Update supported versions

Pull Request - State: closed - Opened by posborne over 8 years ago - 2 comments

#40 - Supporting attribute assignment in structure __init__

Issue - State: closed - Opened by eisensheng over 8 years ago - 5 comments

#39 - Describing a fixed length field

Issue - State: open - Opened by ocurero over 8 years ago - 3 comments

#38 - Using a BitFieldField as a DispatchField

Issue - State: closed - Opened by mtrevor over 8 years ago - 5 comments

#37 - Initialize basic integer fields/sequences with 0.

Pull Request - State: closed - Opened by rcfox almost 9 years ago - 3 comments

#36 - BaseField instantiate=True seems to fail

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

#35 - Accept a num_elements_provider in FieldArray to specify a size in elements instead of bytes.

Pull Request - State: closed - Opened by rcfox almost 9 years ago - 5 comments

#34 - Accept a "number of elements" argument for FieldArray

Issue - State: closed - Opened by rcfox almost 9 years ago

#33 - BitField fails to work with more than 8 bytes

Issue - State: open - Opened by djmoreho almost 9 years ago - 1 comment

#32 - When reraising exceptions, don't hide the original exception message.

Pull Request - State: closed - Opened by rcfox almost 9 years ago - 1 comment

#31 - Pass setval calls through SubstructureField to the contained Structure

Pull Request - State: closed - Opened by rcfox almost 9 years ago - 2 comments

#30 - Integrate jsonschema into ``Payload`` (or subclass?)

Issue - State: open - Opened by harlowja almost 9 years ago

#29 - Restrict how many packet callbacks can be called

Issue - State: open - Opened by harlowja almost 9 years ago - 2 comments

#28 - Expose unpack_stream on strucutures

Issue - State: open - Opened by harlowja almost 9 years ago - 6 comments

#27 - Fix conditional substructures

Pull Request - State: closed - Opened by mikewadsten almost 9 years ago - 2 comments

#26 - fields: Fix parsing of empty FieldArrays

Pull Request - State: closed - Opened by mikewadsten almost 9 years ago - 1 comment

#25 - Conditional substructure fields do not work

Issue - State: closed - Opened by mikewadsten almost 9 years ago - 1 comment

#24 - Length-0 FieldArray does not work

Issue - State: closed - Opened by mikewadsten almost 9 years ago

#23 - fields: Remove length-based optimization from ConditionalField.unpack

Pull Request - State: closed - Opened by mikewadsten about 9 years ago - 1 comment

#22 - docs, *.py: Fix spelling issues.

Pull Request - State: closed - Opened by mikewadsten about 9 years ago - 3 comments

#21 - Read payload until Stop byte is recognized

Issue - State: closed - Opened by itavero about 9 years ago - 1 comment

#20 - Would dispatching solve this problem?

Issue - State: closed - Opened by mikewadsten about 9 years ago - 7 comments

#19 - Length field enhancements

Pull Request - State: closed - Opened by posborne about 9 years ago - 1 comment

#18 - LengthField inside BitField?

Issue - State: closed - Opened by mikewadsten about 9 years ago - 7 comments

#17 - Broken `BitField`

Issue - State: closed - Opened by peteut about 9 years ago - 2 comments

#16 - docs: fix typo

Pull Request - State: closed - Opened by peteut about 9 years ago - 1 comment

#15 - An updated version of Six is available.

Issue - State: closed - Opened by rtzoeller about 9 years ago - 2 comments

#14 - Time for 0.8?

Issue - State: closed - Opened by rtzoeller about 9 years ago - 2 comments

#13 - Functionality required for ZCL support

Pull Request - State: closed - Opened by rtzoeller over 9 years ago - 5 comments

#12 - Handle receiving a magic start sequence in two separate parts

Pull Request - State: closed - Opened by varzac over 9 years ago - 1 comment

#11 - Fixed up doctests.

Pull Request - State: closed - Opened by rtzoeller over 9 years ago - 1 comment

#10 - Fixes for how LengthProviders provide lengths to variable size fields

Pull Request - State: closed - Opened by rtzoeller over 9 years ago - 1 comment

#9 - fields: dispatch: add support for variable length dispatch

Pull Request - State: closed - Opened by posborne over 9 years ago

#8 - fields: provide repr of getval() rather than _value in BaseField

Pull Request - State: closed - Opened by posborne over 9 years ago - 1 comment

#7 - length_provider to DispatchTarget can't be None

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

#6 - Documentation fixes

Pull Request - State: closed - Opened by rtzoeller over 9 years ago - 1 comment

#5 - __repr__ implementation missing for FieldProperty

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

#4 - dependencies: add six dependency to setup.py

Pull Request - State: closed - Opened by nateglims over 9 years ago - 1 comment

#3 - Package requirements missing from setup.py

Issue - State: closed - Opened by posborne over 9 years ago
Labels: bug

#2 - Ci fixes

Pull Request - State: closed - Opened by posborne over 9 years ago