Sebastian Roy

Results 4 issues of Sebastian Roy

Hi, in your [blog post](https://www.vadimbulavin.com/asynchronous-swiftui-image-loading-from-url-with-combine-and-swift/) in listing `struct ContentView: View { let url = URL(string: "https://image.tmdb.org/t/p/original/pThyQovXQrw2m0s9x82twj48Jq4.jpg")! var body: some View { AsyncImage( url: url, placeholder: Text("Loading ...") ).aspectRatio(contentMode: .fit) }...

### ⚠️ Search for existing issues first ⚠️ - [X] I have searched the existing issues, and there is no existing issue for my problem ### Which Operating System are...

needs investigation
function: browse

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** On finishing a crop, uCrop calls cropActivityResultLauncher and returns a Uri of the...

HI, I try to initialize Libsodium from a test environment in a Kotlin Multiplattform project in the shared module from Android Studio. ``` import com.ionspin.kotlin.crypto.sample.EncryptionUtils import com.ionspin.kotlin.crypto.secretbox.SecretBox import kotlin.io.encoding.Base64 import...