Melody Horn

Results 7 issues of 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: ![screenshot including emoji](https://user-images.githubusercontent.com/36940461/95329300-f8917980-0863-11eb-9257-fd0b6bc5fb87.png) and here's the same page in GemiNaut: ![screenshot with blank space where emoji should be](https://user-images.githubusercontent.com/36940461/95329355-0a731c80-0864-11eb-8f66-b7580d1bcb67.png) 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 [![example](https://placekitten.com/200/300)](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] ```

enhancement

## 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...

Bug
KMP