Michael Shustin

Results 8 issues of Michael Shustin

### First Check - [X] I added a very descriptive title to this issue. - [ ] I used the GitHub search to find a similar issue and didn't find...

feature

**Is your feature request related to a problem? Please describe.** `from_bytes` and `from_stream` have nearly identical code and functionality but are still duplicated **Describe the solution you'd like** Create a...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Calling `__init__` creates API constraints on the user. **Describe the solution you'd like** Call `cls.__new__` directly in the `from_bytes` implementation,...

enhancement

**Description** `hydration` doesn't fail immediately when using initialized fields as vector lengths, gives an unclear `RuntimeError` **To Reproduce** Define an invalid vector: ```python class TestStruct(Struct): a = UInt16 v =...

bug

Currently, the errors lack key information that helps understanding the data verification errors: ``` 19:49:29.140 ERROR: Data verification failed. Offset: 6979585; Expected value: 18; Actual value: 146 ``` I'd like...

enhancement