╯‵Д′)╯彡┻━┻ (☕1e6)
╯‵Д′)╯彡┻━┻ (☕1e6)
driving me nuts when testing this solo.
Current w/ Notion-Enhancer  Previous with [NotionThemes](https://github.com/notionblog/NotionThemes)  Happy to fix this with a bit of guidance on the UX. Not sure what controls the board view specifics and why...
Chrome extension shows a 404 -> https://chrome.google.com/webstore/detail/nbundle/ijbhmpleignhmhbgmddlpmhclekghocp and current state seems to spin w/ a retrying network request. Unsure if this package is related to https://github.com/nbundle/notion-themes but both of these...
Following the documentation I've tried `secondary = Program(LoaderType.binexport, "./objcopy.BinExport")` and `p1 = Program(Path("objcopy.BinExport"))` both of which crash in unexpected ways. ``` ... 91 dst = cg.vertex[edge.target_vertex_index].address 92 self.callgraph.add_edge(src, dst) --->...