╯‵Д′)╯彡┻━┻ (☕1e6)

Results 4 issues of ╯‵Д′)╯彡┻━┻ (☕1e6)

driving me nuts when testing this solo.

Current w/ Notion-Enhancer ![image](https://user-images.githubusercontent.com/8516155/229309212-2045d740-d7f2-41ec-aba1-3e18526d156e.png) Previous with [NotionThemes](https://github.com/notionblog/NotionThemes) ![image](https://user-images.githubusercontent.com/8516155/229309278-dcf53c0f-6265-46d3-8f10-8bd5d0e56c8a.png) Happy to fix this with a bit of guidance on the UX. Not sure what controls the board view specifics and why...

bug
awaiting release

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) --->...