Destiny Peterson
Destiny Peterson
Can you please implement some kind of way to access raw message data in python? I'm attempting to write a python module for a custom wiimote accessory, but cwiid is...
Added a fix for issue #342 caused by `extract_msg.Message._getStringStream` returning `None` for streams that are not found in the MSG file (this is intentional and should be handled accordingly). `ensure_bytes`...
Exactly as the title says. If you try to build in visual studio, you get this error. You also get a few other errors, but I'm going to be making...
### Prerequisites * [ X ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode:...
If you open two different 3d models (BMD0) for viewing, and then close the second one opened, the following unhandled exception will be raised: ``` See the end of this...
``` ---- Minecraft Crash Report ---- // Don't do that. Time: 7/5/19 1:46 AM Description: There was a severe problem during mod loading that has caused the game to fail...
Hello there, I am the current manager of the [Msg Extractor](https://github.com/mattgwwalker/msg-extractor) repository and would be interested in the ability to create new msg files. When it comes to the data...
**Is your feature request related to a problem? Please describe.** Python 2 raises an IOError for an invalid olefile, but Python 3 raises an OSError for an invalid olefile. **Describe...
### Explanation: This suggestion is for a function that acts like a sort of combination between `inventory.pushItems` and `inventory.pullItems`. It would be defined (in the lua docs) as something like...
Not sure if this was intended or not (or whether this would qualify as a bug), but the new exceptions `OleFileError` and `NotOleFileError` are not listed in the `__all__` attribute...