FishHawk

Results 10 issues of FishHawk

**Description** I have a pointer variable and I want to recreate the PagerState when it changes, like this: ```kotlin val state = rememberSaveable(pointer, saver = PagerState.Saver) { PagerState() } HorizontalPager(...

**Is your feature request related to a problem? Please describe.** ```kotlin val painter = rememberImagePainter(url) Image( modifier = Modifier.fillMaxSize(), painter = painter, contentDescription = null, contentScale = ContentScale.Fit ) when...

enhancement

See https://books.fishhawk.top/forum/64f3e280794cbb1321145c09

I use jsoup to create epub. Here is the formatted xhtml file in the epub file. But some readers require that there should be no extra spaces or line breaks...

- https://agit656.xyz/ - https://www.tugikuru.jp/novel/content?id=44174

**Is your feature request related to a problem? Please describe.** In Command-line mode, it's hard to see what's being typed by the small print in the status bar at the...

重新设计工作区以支持并发。 剩下的工作计划: - 重制翻译器日志设计 - 翻译器增加并发数和重试次数设置 - 分段逻辑拆到pinia store里面 当前UI设计,因为章节分段长度上下限差很多,所以做成流式布局。可能的优化方向: - 删除进度条 - 方格图做成章节粒度,点击展开显示分段粒度 - 章节分行,打勾、转圈表示状态,问题是有些小说一章只有一两个分段 ![Cache_-1e64b52e556070d](https://github.com/user-attachments/assets/b3edb7c3-a420-4587-9ec8-286338fe1c8e)

模块:web

第三方库更新会引入浏览器兼容性问题,需要增加静态检查流水线 [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat)

模块:web

作为文库小说在线阅读的试验田

模块:web

https://www.pixiv.net/novel/show.php?id=24923565

bug
模块:server