fatotak
fatotak
I have the same issue of slow Library tab, Updates tab and Title pages (where you see the title description and the chapter list). Even the reader sometimes freezes for...
I'd love to see this implemented. In addition to this, I'd like to suggest either of the following (when this option is enabled): 1. Download images to RAM, and then...
> Is it not possible to do this with the libarchive? I would prefer if you use that `libarchive` requires `fstat` as input for `zipentry`. I have no idea what...
> Looking at some examples you don't need the stat at all https://github.com/libarchive/libarchive/wiki/Examples#user-content-A_Basic_Write_Example See note 3 on that page. > Note 3: Size, file type, and pathname are all required...
> This will always be `AE_IFREG`/File in our case. > This also will always be `0644`/read and write perm OK I hard coded these 2 to the values you specified....
I don't understand what it's complaining about: `src/main/kotlin/mihon/core/archive/TsZipWriter.kt:L8 ktlint(standard:backing-property-naming) Backing property is only allowed when a matching property or function exists` ``` private var _zw = ZipWriter(context, file) ``` Does...
> Also revert any kind of formatting that the IDE did and use `gradlew spotlessApply` command (from the elephant -> console icon in the right side/in terminal) How do I...
Is this the output expected of `gradlew spotlessApply` or did I run the wrong thing?
> I think you're in the wrong tab. There should be "Build Output" in the same window. Check if the result there is success or not Build Output is clean....
Looks like this is the correct tab that I needed to look at: