Martin Hawksey

Results 31 comments of Martin Hawksey

Google have acknowledged this open issue ticket on load times for custom functions https://issuetracker.google.com/issues/222342097#comment25

@tyochelson-lwhs thanks for your investigation and reporting. Looking into this I think you are right the the `inlineImages` object needs to be rebuild. As it happens I had also recently...

For info this was picked up in https://github.com/gsuitedevs/solutions/issues/107

@rsignell-usgs I can see how this would be a useful feature as both number and date formats are probably a common usecase. There is actually a relatively easy fix that...

@AveryTimm adding: `variableData = variableData.replace(/\n/g, '');` after `variableData` is declared appears to work I've updated the modified solution in https://github.com/gsuitedevs/solutions/issues/107#issuecomment-584849047 to include this mod

@AveryTimm ... I see what you mean about `NOT_FOUND` - I've added a hacky tweak to the code shared in this thread to avoid that

Sheet cell formats picked up in https://github.com/gsuitedevs/solutions/pull/126

@TJude I've updated this solution and also published some release notes for using advanced parameters like from name https://mashe.hawksey.info/2020/04/a-bulk-email-mail-merge-with-gmail-and-google-sheets-solution-evolution-using-v8/#Advanced_Send_Parameters_cc_bcc_sender_namefrom_replyTo

So looks like a double encoding of the query parameters. Not sure what is causing this as tried on a vanilla install. It's not possible for us to turn off...

ok so I was able to fix the fact that JSON API was disabled from https://github.com/Automattic/jetpack/issues/6788#issuecomment-289659501 (perhaps worth including a link to wp-admin/admin.php?page=jetpack_modules in the webapp error page). Still no...