Eric Seidel
Eric Seidel
This is also related to #3
Seems like a very valid request and simple to implement. This is where the deal selector view is implemented: https://github.com/eseidel/saycbridge/blob/master/dist/gae/scripts/new_bidder.coffee#L32 This is where the actual filtering happens: https://github.com/eseidel/saycbridge/blob/master/dist/gae/scripts/new_bidder.coffee#L257 Should be...
See https://github.com/angular/angular-cli/issues/3560#issuecomment-270141272 for possible inspiration.
Honestly, I've not touched that code in almost a decade at this point. You're probably more of an expert on it than I am. It was written before Python converted...
Would also welcome mention of whatever the minimum java version for Bundletool is. :) We get complaints from users from time to time that bundletool fails for them (probably due...
Does this need some special magic to be marked for Cherry Picks? https://github.com/flutter/flutter/wiki/Flutter-Cherrypick-Process I suspect Flutter won't want the latest stable Flutter to be broken with the latest Android Studio...
We have a couple customers blocked on using 3.19.x until this is resolved. Just to confirm my understanding. It looks like this was fixed by https://github.com/dart-lang/sdk/commit/44094abe2f5111e3cbf674855da82c4899d10660 alone and then separately...
For now I've also just made all our classes just depend on FfiCallbackMetadata::kPageSize, which is fine. You're welcome to close this if there is no use upstream, thanks.
I think the real footgun here is that there is a "global" dart::kPageSize (everything is in namespace dart) and then various classes intentionally shadow that kPageSize and end up with...
Going to let this one go after 7 years. 🤣