Mack Stump

Results 5 comments of Mack Stump

I just ran into this issue myself when trying to send a 30GB file to another machine on my LAN. I believe using something like [sendfile](https://man7.org/linux/man-pages/man2/sendfile.2.html) on Linux/MacOS or [TransmitFile](https://docs.microsoft.com/en-us/windows/win32/api/mswsock/nf-mswsock-transmitfile)...

@jwilm How would you feel about doc links pointing to https://docs.rs/chatbot?

I'm also interested in this feature. Is it possible to parameterize `(*Context).AddBookmarks` with something like `(*Context).AddBookmarks(bms []Bookmark, overwriteExisting bool)` and change https://github.com/pdfcpu/pdfcpu/blob/a02156691061fee8247486e4733d11549cbb29ac/pkg/pdfcpu/bookmarks.go#L327-L329 to something like ```go if overwriteExisting { rootDict.Delete("Outlines")...

[ELIZA](https://github.com/AndrewRadev/rust-eliza)!

@jamesmunns have you had a chance to check out `tokio-tungstenite`? I'm having the same issue and I'd like to help solve it.