Halil Ozercan

Results 33 comments of Halil Ozercan

Pget currently does not support resuming. TemporaryFile usage prevents it from easily implementing this feature. I may change it in the future but a pull request also would be welcome...

Can you please provide a demo video of what you mean by reloading? This shouldn't happen. You can see in this tweet that everything works alright https://twitter.com/halilozercan/status/1446982300311375877

There is no reason not to. We can accept pull requests but the library is currently having a problem making a new release thanks to all the changes to Gradle...

An update; those release problems are solved now.

During the initial implementation of Markdown composable, we've had a similar discussion about exposing an alternative API where commonmark would be just another pluggable parser to a common Markdown Tree...

I'm sorry for abandoning this issue and the discussion. Here is what I had in mind; - `richtext-markdown` module would continue to expose a `@Composable Markdown()` with the addition of...

#129 adds a similar capability without exposing the commonmark dependency.

What kind of customization are you looking for? Shape of the button greatly affects how the animation works.

You are definitely right and getting rid of these dependencies is on the list of priorities before the eventual stable release.

First of all thanks for finding this out. I believe there is a simpler solution to this problem that doesn't require us exposing a `CompositionLocal`.