Joshua May

Results 22 comments of Joshua May

Yeah, that tracks with how I'd imagine working - off by default, but easily available available for folks that want it. Gets the ol' 👍 from me. > I think...

My quick workaround was this, fyi: https://github.com/notjosh/IBPCollectionViewCompositionalLayout/commit/f8995b313e56f0700521872f993dd3c8bdb049bb

Can you try it again now that #3374 is merged? It looks like the same behaviour.

Would it be worth adding support for `includeDeprecated` on `args` in this PR too? The referenced PR (https://github.com/apollographql/router/pull/1452) also includes `args`, so it'd be nice to get that in too

fwiw, I've implemented this over on our fork: https://github.com/taxfix/native-navigation/pull/9 (amongst some other things, ymmv)

Interesting! I won't have a chance to look at it this week I don't think, and nothing comes immediately to mind. I'll try setting up a purely native harness and...

Ahh right, of course, that would make sense! That should be (hopefully) be simple enough. I remember thinking about that, and if(& how) that would be exposed back to the...

I agree! 👍 I'll see what I can manage, I'll let you know when I get a chance to look at it.

Do either of you happen to have a simple repro project? I'm sure it's easy enough, but I don't know how many "multiple" is, or how quickly we're talking. I...

Yeah, kind of a side effect of how it's written right now. It relies on staying open so it can keep updating the values a few times a second, which...