ts
ts
`pip install arcgis==2.0.1` installs successfully for Python 3.9 but is not marked as available for Python 3.10 on [pypi](https://pypi.org/project/arcgis): ``` Requires: Python >=3.7,
Thanks for the info - I'll downgrade my Python to 3.9
Thanks for the comments - think I've addressed all of them but take a look and see what you think. The failing CI builds don't seem MIDI related but **may**...
Nice! With a dog I hope!! :-) :-) I'm busy on the changes you've suggested but they're going to take a little while, so happy moving ..
<smile> for when the cats have forgiven you for moving them! I've restructured the decoding along the lines you suggested and TBH am a lot happier with it - the...
Quick question - I'm considering removing any remaining checks that aren't actually catastrophic and deferring them to something like a _--validate_ option (to be implemented later), e.g.: ``` ... d.FramedFn(length*8,...
Agreed, it makes much more sense not to fail because at least one use case for this thing is finding and fixing errors in files: - I've removed the validation...
And that's it from me I think - I tightened up the status/event decoding logic which was the thing that was subconsciously nagging at me. Anything else is largely cosmetic...
Woohoo :-) ... thanks for all the reviews and comments! A second set of eyes makes **such** a difference ..
Was just about to file an issue for this - example attached in case it's of any use to you. The actual bug is on lines [669-670](https://github.com/ikskuh/zig-network/blob/master/network.zig#L669-L670): ``` if (self.endpoint)...