Vithorio Polten
Vithorio Polten
Thank you @ishratkhan your answer solved my issue with SpannableGrid and Glide
Still happening in @lucasr master, even with @jacek-marchwicki changes I am using SpannableGridLayoutManager and notifyItemRangeRemoved(0, length). This issue got fixed in Google's StaggeredGridLayoutManager in RecyclerView 21.0.2. (I could not reproduce...
@edenman @grandstaish There are 2 types of Delegates `ReadOnlyProperty` and `ReadWriteProperty`, the later one, may be a valid field to be saved. One use-case for a `ReadWriteProperty` is an Observable...
Maybe instead of having to implement everything, AnkoLogger could use [JakeWharton/timber](https://github.com/JakeWharton/timber) and just provide a set of extensions and configurations for it? Most of my projects already use timber, I...
https://github.com/square/okhttp/issues/3318 is closed and as @swankjesse pointed out, there may be issues with proxies, QUIC and other things that are hard to be sure
This issue may include Swift 4 Codable support?
I do really think build variants are the way to go as JakeWharton said. There are other issues related to Samsung that I am already using build variants to fix....
Can confirm, version 0.19.1 works for me too. Newer versions don't. macOS 14.4.1 AMD Radeon RX 570 Not Virtualizing
@ReenigneArcher found the issue. First it was in commit `036aa2e470cf72e63f036b6b4ec23446a4fdf140`, it freed the frame too soon in `video.cpp:1735`, so the encoder failed, then `eed27d3` broken macOS for a while. It...
If anyone using homebrew wants to try out my branch (@VasylBaran I'm looking at you), you can download the file here: https://github.com/Hazer/Sunshine/actions/runs/9024651951/artifacts/1489439570 unzip the file downloaded, then run in the...