Jan Gorman

Results 14 comments of Jan Gorman

Hi, Currently no plan since in my current work environment we don't use GraphQL anymore so this library has been on the back burner. If you can make proposal what...

Hi @hernangonzalez – yes, don't have a use case for this anymore. Depends on what you're trying to build but you're likely better off with https://github.com/apollographql/apollo-ios Having said that, if...

Hi @davbeck, Sorry that it's taken so long for me to write. If I understood the issue correctly, what you want to achieve is to "slow down" the response to...

Hey, yes, this will work for any kind of tests since it globally swaps out url handling with its own implementation. Just call `Hippolyte.shared.start()` at the beginning and you should...

Interesting… I never tried it with UI tests, a quick sample project would be helpful. But now that I think about it some more it indeed might be an issue...

Interesting approach that – for those cases we've used a separate small web app written in Sinatra but embedding is pretty clever. Somehow Swifter flew under my radar

Thanks @codingrhythm for the detailed investigation and your follow-up. We submitted a new version as well with Xcode 13.3.1 that is still in review. I'll update here once it's released

Confirmed on our end as well that releasing with 13.3.1 fixes the issue. Thanks everyone

@ondrejkorol We're not seeing this crash. We've since updated to v8.15.0 (and moved to SPM) so as @dconeybe suggests, this will probably help in your case.

Changing the constraints as suggested fixes this one case but breaks all other use cases of the library. Since the view that is shown participates in auto layout you can...