Mahmood Tahir
Mahmood Tahir
For the completion handler case, is it possible to tell the pulse logger after the completion block is called that the request is complete?
@obrhoff were you able to find any solution for this? I have many of these issues with `toEventually` and `waitUntil` tests. They work if the test is run individually but...
@younata do you have any ideas about this? Not sure how common this issue is but in our projects this happens 100% of the time when running the full suite.
@mildm8nnered my scenario was writing a custom build tool plugin because I want to have a repo to get shared rules from. I wanted to use the tool and execute...
> I believe it was "fixed" in [eb9b18a](https://github.com/Instagram/IGListKit/commit/eb9b18ada40800941e9ec96450de67481974f07c) This doesn't seem to fix the actual issue. The app no longer crashes but the invalid updates end up leaving the collection...
Curious what the plan is to add this option back or any ETA
I tried it out. It works as expected. Thanks @AnthonyMDev. Excited to have these changes be merged
To be fair I only checked that the code was generated. I haven’t had the time to compile and test fully yet. Edit: Yeah I can see that it doesn't...
From our team while we do have `selectionSetInitializers` option enabled, we don't have any uses of the initializers outside of tests and even then we use mocks more and can...
I see grouping by test is still an option by using `--test` that gets me a lot of the information I need still