quiver icon indicating copy to clipboard operation
quiver copied to clipboard

index out of range issue on MacOS Catalina

Open ashleykleynhans opened this issue 6 years ago • 1 comments


goroutine 1 [running]:
github.com/ushu/quiver.ReadNotebook(0xc000018240, 0x40, 0x1, 0xc000018240, 0x40, 0x0)
	/Users/ashley/Development/Go/src/github.com/ushu/quiver/quiver.go:407 +0x427
github.com/ushu/quiver.ReadLibrary(0x7ffeefbff21b, 0x11, 0x1, 0x2, 0x0, 0x0)
	/Users/ashley/Development/Go/src/github.com/ushu/quiver/quiver.go:287 +0x22f
main.main()
	/Users/ashley/Development/Go/src/github.com/ushu/quiver/cmd/quiver_to_markdown/main.go:74 +0xdf```

Command used:  quiver_to_markdown Quiver.qvlibrary NOTES/

ashleykleynhans avatar Oct 12 '19 22:10 ashleykleynhans

Hey @ashleykleynhans,

I'm not 100% sure but maybe my pull-request#2 will solve your problem too?

harrtho avatar Apr 14 '23 07:04 harrtho