Stephan Petzl

Results 38 comments of Stephan Petzl

Thank you @ShockedCoder

Any ideas how to solve this?

Just realized, that if I am restarting the webpack dev server process between the edits, that I can work around the issue. It's just really annoying and I have to...

Is this about following error? I am seeing this since I upgraded my iPhone to iOS 17: ``` The best match /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/16.1/DeveloperDiskImage.dmg: 16.1 is not suitable for 17.1 (quit with...

There has been a fix for this issue, however it doesn't seem to have found it's way into a release yet: https://github.com/facebook/idb/commit/0d4446648ad4e1b8f4e462304fbb5a20c1608e8d We managed to compile the project, but we...

@fatahillahardhi there is a way, but you need to first figure out the process ID of the running process. Here is an implementation that does that: https://github.com/appium/appium-xcuitest-driver/pull/1997/files#diff-bb0c8b8277b395d5bb9d3326ef4bacc41134fe47236c6e883d6ef720ef3d7195R231