FishHawk
FishHawk
Here is a sample: https://github.com/FishHawk/accompanist-issue-1249 Toggle the pager size and see how the `currentPage` changes.
Like this: https://user-images.githubusercontent.com/46566858/180692942-624ead0c-fe1b-4114-85b9-c2b5525c3de7.mp4
Thanks! I'll try it later. The api is indeed a problem. Your example is very similar to `focusRequester`. I'm ok with it. But since there must be an ImagePainter object...
I see. In that case, I would prefer code like this: ``` kotlin AsyncImage(...) { state -> if (state is AsyncImagePainter.State.Error) { TextButton(onClick = { painter.retry() }) { Text("retry") }...
A few days ago, I tried migrating to the official repository, but it failed. The polymorphic data classes using `kotlinx.serialization` could not be stored in the database, and the classes...
> > and the classes of kotlinx-datetime were encoded as strings instead of timestamps by default. > > This might be because `kotlinx-datetime` defaults the serialisation of `Instant` to the...
测试了,翻译小说有效。就算红了还能从历史记录里面捞出来回复。
I'm also stuck on the array of textures when using wgsl. Any new developments on this issue?
> This is not in scope for v1, but I expect it will be soon after as it is a feature that's often requested. Thank you. Hope to see it...
Same question. Adding boolean at 75line of intellij-qml/grammars/qml.bnf may avoid this error.