Sebastiano Poggi

Results 178 comments of Sebastiano Poggi

Yeah you have a point. My need is specifically about the navbar, but there's plenty system UI flags that could benefit from a neater way to toggle them. Trust you...

I would suggest (and will try to implement and PR) using two-pass encoding through ffmpeg. I've been doing this for a few weeks and quality is definitely better than a...

Hm yeah, I suppose so. Seems such a common use-case that it may make sense having it built-in though, no? I may be able to contribute it if you're ok...

Can we consider moving Kotlin to the programming languages section? It's a language, not a mobile framework.

You can also make it work by removing the `fillMaxWidth()` modifier in `EntryPoint`

Hey there, resurrecting this issue to point out I've had the same issue, using ktor. Simplest repro: ```kotlin routing { get("/") { call.respondHtml { renderHomePage() } } } internal fun...

Just FYI, I am seeing similar colour space problems under Windows (tested with AS Electric Eel canary 2 and IJ 222 EAP). Also, this PR should fix issues such as...

Same happens to me after upgrading AGP [7.3.0-alpha04 -> 7.3.0-alpha08] and Gradle [7.4 -> 7.4.2]. You can easily repro the issue by checking out [this repo at commit 9785bbd](https://github.com/code-with-the-italians/bundel/tree/9785bbd957dbe176629d038c1eac3ad6e6b53b1a). ℹ️...

No, it's called directly by `Activity#onActivityResult`: 1. `Activity#onStart` 2. `Activity#onActivityResult` 3. `Fragment#onActivityResult` 4. `Fragment#onStart`

I was also using classpath resources (including fonts), hope this helps too.