Jan Schreiber

Results 9 comments of Jan Schreiber

I'm having a similar problem when trying to create a package with TARGET x86_64-unknown-linux-musl on travis-ci: ``` error: failed to run custom build command for `ncurses v5.99.0` Caused by: process...

I would prefer if these options were available at run-time and not at build time. Our use case for this is a library with books from different sources, both online...

I'm not sure if I understand your list of loaders. What I want is probably a variant of 2.1 pluss an unmodified 2.2. 2.1: - zipped EPUBs - expanded EPUBs...

Yes, that's right. Our use case for BLOBs on demand is that we want to implement offline storage of unzipped EPUBs in web browsers which don't implement the Filesystem API...

Thanks for the feedback and sorry for the late answer. I'll update this pull request soon with redrawHighlights() as a public function in reader_view.

I'm sorry it took so long to implement your suggestions, but now I've committed an update. If I got you right, the new `reader_view.redrawHightlights()` function is not to be called...

FreeBSD-support would be great!

+1 The above code works, the example in Readme.md not. Readme.md should be updated.

Thanks for the feedback! rustls would be nice, because it supports TLS 1.3 whereas rust-native-tls only supports up to TLS 1.2. I've look into this earlier, but at that time...