Skip to content

Instantly share code, notes, and snippets.

@Mootix1313
Mootix1313 / imhex_02Feb24_apple_m1_crash.txt
Created February 2, 2024 19:41
ImHex 1.32.2 (Apple M1; nightly) - Crash Report Details
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: imhex [80012]
Path: /Applications/ImHex.app/Contents/MacOS/imhex
Identifier: net.WerWolv.ImHex
Version: 1.32 (1.32.2)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
@Mootix1313
Mootix1313 / imhex_01Feb24_apple_m1_crash.txt
Last active February 2, 2024 19:39
ImHex 1.32.2 (Apple M1) - Crash Report Details
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: imhex [61065]
Path: /Applications/ImHex.app/Contents/MacOS/imhex
Identifier: net.WerWolv.ImHex
Version: 1.32 (1.32.2)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
'''
source: https://gist.github.com/jag3773/c65afd53944815efe495dae798327021
desc: refactored original import_goodreads.py to place a book's
meta-data in the frontmatter instead of the content area
'''
import csv
# change these to match your setup
OUTPUTDIR = './Reading/'
GOODREADSFILE = 'goodreads_library_export.csv'