Melody Horn
Melody Horn
i think https://docs.microsoft.com/en-us/windows/uwp/launch-resume/handle-uri-activation might be the relevant instructions? maybe? possibly?? idk C# is not something i'm super acquainted with
here's gemini://boringcactus.com/ in Kristall:  and here's the same page in GemiNaut:  i'm not sure how you'd fix that, and...
this won't pass until #24 is resolved, but it's probably good to have on hand for when that gets implemented
input: ```markdown [](https://example.com) ``` current output: ``` => https://example.com => https://placekitten.com/200/300 example [IMG] ``` ideal output: ``` => https://example.com example => https://placekitten.com/200/300 example [IMG] ```
## Questions: ### What is the problem? The default Kotlin Multiplatform settings for a new project created in Android Studio name the shared library `shared` and the iOS framework `shared.framework`....
Conceptually, I’d expect there to be no difference between ```swift ViewHosting.host(view: sut.environmentObject(foo)) ``` and ```swift extension View { func withFoo(_ foo: Foo) -> some View { self.environmentObject(foo) } } ViewHosting.host(view:...
### Platform Apple, Android ### Installed CocoaPods ### Version 0.18.0 ### Steps to Reproduce 1. Install latest version of sentry-kmp Gradle plugin (0.18.0, uses Java SDK 8.17.0) and latest version...