ushu / quiver

A library to load data from the Quiver app.
https://godoc.org/github.com/ushu/quiver
MIT License
20 stars 3 forks source link

index out of range issue on MacOS Catalina #1

Open ashleykleynhans opened 4 years ago

ashleykleynhans commented 4 years ago


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/
harrtho commented 1 year ago

Hey @ashleykleynhans,

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