Geoffrey Sechter

Results 9 comments of Geoffrey Sechter

@EricWVGG I'm working on implementing reusable components with ARC as well and have investigated redux-subspace, but have not tried it yet. Have you made any progress?

@modelm Tried the `fix-linux-chmod` branch on Linux Mint 18.3 Cinnamon 64-bit, running `docker-compose up --build --force-recreate wp-headless`: ``` Building wp-headless Step 1/10 : FROM wordpress ---> 9451d745d1dd Step 2/10 :...

Started working on it with @pieropalevsky last night: https://github.com/DjangoNYC/djangogirls/commit/acf7fcc208453c877ff880874aad755a8a656daa - this feels like the right approach but getting the command to restore the _right_ backup is the tricky part. If...

I hit this today and used [`he.decode`](https://github.com/mathiasbynens/he#hedecodehtml-options) as [recommended here](https://github.com/wp-pwa/saturn-theme/issues/263#issuecomment-386256456).

@sadanandapradhan Add the `async` script attribute and `loading=async` into the `src` value as noted [in the docs](https://developers.google.com/maps/documentation/javascript/place-autocomplete): ```html ```

+1, this would definitely be helpful! I tried to create a little CodePen (http://codepen.io/lightstrike/pen/yoCgw) but it wasn't very elucidating unfortunately :/

@waspeer Confirming I'm hitting this issue as well on Sanity v3. Let me know if you figure out any workaround.

@markmur Has there been any further progress made in resolving this issue with Google? If not, is there an available workaround to allows customers to checkout with Google Pay?

Agreed that it would be very helpful to have an example of deleting Supabase vault secrets in the documentation.