Jonathan Cantrell

Results 6 comments of Jonathan Cantrell

See #170, you can use `$$childHead.$ctrl.name` or use resolve.

Actually, I think there may be an issue when installing with yarn tags. I installed a package `@aws-amplify/auth@unstable`. When it is written to the `yarn.lock` file, yarn (v1.22.5) is adding...

I had to replace line 192 in `vendor/magento/module-gift-registry-sample-data/Model/GiftRegistry.php` with the following: ``` $address = $customer->getDefaultBillingAddress(); if(is_bool($address)) { return []; } $address = $address->getData(); ``` I was able to complete the...

Find your exact version number. Edit manifest.php, and find the fourth line, which reads: ``` 'exact_matches' => array(), ``` and change it to read: ``` 'exact_matches' => array('6.5.9'), ``` Or...

> These events are instance wide, not set at the tenant. Is that perhaps the issue? That makes sense, especially as you cannot configure them in the context of a...

No problem. Created https://github.com/FusionAuth/fusionauth-issues/issues/2546. On the topic of the types in this client, I know that it has the potential to set off other issues, but it seems like having...