Jake Lee
Jake Lee
As an update, 3 weeks later imgbot still hasn't run, despite a few hundred unoptimized images 😅 https://github.com/JakeSteam/blog-personal/tree/main/assets/images/2023
@maybeanerd Yep, it works perfectly on one of those two repos, and not on the very similar second repo! It's been over a year, so I don't think it will...
I eventually gave up on using imgbot on this repo, since it still did nothing after being removed & readded. I decided to optimise my images manually, and now suspect...
You can just do `app:donut_show_text=false` in the XML or `circleProgress.isShowText = false` in code.
Hey, Looks like that's lower level than Vidsta, MediaPlayer is saying it can't find a file there. This can be due to missing headers, bad filetype, or a thousand other...
Please try it with a regular media player, not with Vidsta, as I believe the file / source is at fault.
Hey, As mentioned in the docs, you can override the button resource with your own. Jake
Ah, I see. It's not a feature currently, sorry.
@n0samu Markdown tables are hell 😅 No problem, that makes sense, ping me if you want a hand with any documenting.
Just a heads-up that you can manually manage zoom via button as a solution for now, it's what I've gone for: ``` var scale by remember { mutableStateOf(1f) } val...