nate

Results 7 comments of nate

@LordPachelbel thank you for fork. PR's seem to be stuck for PHP 8.1 issues. Anet team, please get these PHP 8.1 updates pulled in.

FYI, putting CreditCardWidget in ConstrainedBox fixed the height issue on Desktop web, but the cardBgColor is still not working on web. ```dart ConstrainedBox( constraints: const BoxConstraints( maxWidth: 500, maxHeight: 300,...

I'm also getting this `Unrecognized feature: 'payment'` error in the `redirectToCheckout` method. The [documentation for stripe_checkout](https://pub.dev/packages/stripe_checkout) is lacking. E.g. There is no link to the example (I think it is...

> I will publish the layer there @sw360cab Will you please publish to `us-east-1`? How do I include the specific font I want to use?

@bkendall running with `--debug`. The upload is created, but then it is **omitted** and the operation states functions folder uploaded successfully, but then nothing is deployed. ``` [2022-10-15T04:35:21.900Z] >>> [apiv2][body]...

@bkendall addendum: In my case, my brain was malfunctioning and my function, which is a v2 GCF does not allow uppercase letters in the function name, unlike v1, and I...

Same issue, however, I will note that adding `timeout: 0` as @rohinthr suggested, seems to solve it so far, however, I still need to do more testing to confirm. On...