Ole Spaarmann

Results 20 comments of Ole Spaarmann

I am facing the same issue. I created an issue before I found this one, so I'm going to link it in order to focus the discussion about the topic:...

Maybe a solution is to handle requests in a new tab. This SO thread might be of interest: https://stackoverflow.com/questions/28431765/open-web-in-new-tab-selenium-python

I have the same issue when i try to run the app with the Release scheme: `react-native run-ios --configuration Release` Running it with the Debug scheme works just fine. Edit:...

This issue here seems to be releated: https://github.com/OneSignal/OneSignal-iOS-SDK/issues/744 And this StackOverflow thread: https://stackoverflow.com/questions/63607158/xcode-12-building-for-ios-simulator-but-linking-in-object-file-built-for-ios/63955114#63955114 I was able to solve it by changing the build settings for the `OneSignalNotificationServiceExtension` in Xcode. In...

Since my solution above is only temporary and should only be used for debugging, I found another way to solve this issue. Exclude the `arm64` architecture only for iOS Simulators...

Hi @erikmiller, thank you for bringing this to my attention. I will investigate as soon as I find some time. If you have additional information please just collect it here....

Hey @erikmiller, could you try and see if you still have the same issue with the latest release https://github.com/ospaarmann/exdgraph/releases/tag/v0.2.0-beta.2 ? Thanks, Ole

I'm also working on a new release. Could you try with that one? https://github.com/ospaarmann/exdgraph/tree/update_to_db_connection_2

@optikfluffel I am working on a larger release right now and will tackle this issue as part of it. Thank you for bringing it to my attention. WIP here: https://github.com/ospaarmann/exdgraph/tree/update_to_db_connection_2

I will have a look into it and upgrade.