Israel Jacquez

Results 10 issues of Israel Jacquez

Decompressing large .7z files (> 4GiB) causes Python to raise MemoryError exception: ``` python for name in self.archive.getnames(): out_filename = os.path.join(path, name) out_dir = os.path.dirname(out_filename) if not os.path.exists(out_dir): os.makedirs(out_dir) with...

I can't seem to find more documentation on the `.sym` file format. Does `mgbdis` implement a subset of it?

Are there any examples available?

enhancement

I create `.tmx` files within Unity, as well as the `.png` tilesheets. The problem is that because the tilesheets are marked as dependencies, the custom importer is fired for each...

I have an importer where I do some post-processing where I zero out the position of each Tile Layer. One thing I don't allow is the Tile Layer to have...

**Bug** Write a `.cs` script with an error: ``` |XvoidX Foo() { ^ \___ Cursor is |. Wait until flycheck-popup-tip shows up indicating an error and press C-space then C-e...

Translating from Japanese (UTF-8) to English using default settings: ``` trans -from japanese -to english file:///path/to/file.html -o out.html ``` Results in `out.html` always having: ``` c=function ``` Is there a...