Johannes Plunien

Results 61 comments of Johannes Plunien

Try another path: `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework`

Hi, I don't see how this is possible: ``` ➜ ~ xcrun simctl create Create a new device. Usage: simctl create [] A valid available device type. Find these by...

I have a potential fix, but I'd be super careful with merging that one. I'm not sure what it might be breaking, probably several other use cases :). https://github.com/exyte/PopupView/assets/31597/e47776b6-e433-487c-a192-cbc33efcc975

https://github.com/plu/PopupView/commit/3a93ddc773241ab02f169f9f09cde8add2c7190b Still hesitant of just opening a PR with that change.

I was just running into the same issue. After using your `exec-env` branch and building `sops`, my issue is gone! Thank you for fixing this! Hope it will get merged...

Sorry for the late reply. It's also possible that this is an issue only related to the usage of `NYTPhotoViewer` in our project. If you cannot reproduce it, feel free...

![ezgif-5-5e785b98c2b0](https://user-images.githubusercontent.com/31597/81037620-a955b000-8ea3-11ea-867a-694ca74720d8.gif)

> It seems that the iOS Slack app has moved on to a custom solution @dzenbot is this true? The Slack app for example supports the panning gesture nicely to...

> That feature is native since iOS 8 or 9 if I recall. You need to set the ‘keyboardDismissMode’ property on a scroll view instance. I know, but it doesn't...

```golang cfg, err := config.LoadDefaultConfig(context.TODO(), config.WithCredentialsProvider(credentials.NewStaticCredentialsProvider(accessKeyId, accessKeySecret, "")), config.WithRegion("auto"), ) if err != nil { log.Fatal(err) } client := s3.NewFromConfig(cfg, func(o *s3.Options) { o.BaseEndpoint = aws.String("https://myaccountid.eu.r2.cloudflarestorage.com") }) listObjectsOutput, err :=...