Results 10 comments of Akshaj

The following gives the wrong answer. ``` $ python -m howdoi run for loop in python #!/usr/bin/python while True: # some python code that I want # to keep on...

We can potentially use a Python library called - [rich](https://github.com/willmcgugan/rich) to add text formatting to the answers (colours, boxes around answers for a cleaner look, progress bars etc.)

Hey @zm711, > does this happen for multiple files or just this one file? multiple files > could you share the file here or privately I don't think I can...

The header version is 4. I tried it out with numpy 1.26 and the overflow warning disappears but the zerodivision error still persists Let me know if there's any more...

> Would you be able to record a junk file? I don't need to see your real data, but if you have access to the recording equipment you could put...

> Could you try and print `struct.calcsize('H')` I just want to doublecheck that the `int` size is always 2 bytes? Yep, always 2 > the other thing you could try...

> yeah that helps. We made this reader ~2017 (based on git history) so they likely changed their format in some way. Ah, okay yeah then it makes sense that...

Tried this out but I still get the same ZeroDivisionError unfortunately

Sounds good! Thanks for all your efforts, really appreciate it! :)

Appreciate the update @zm711! Hopefully, the test files help! 🤞