Drew McLellan

Results 32 comments of Drew McLellan

A Vue 3 example using `script setup`: ```javascript import iframeResize from 'iframe-resizer/js/iframeResizer'; const vResize = { mounted: (el, { value = {} }) => { el.addEventListener('load', () => iframeResize(value, el));...

Note, HTTPlug would require bumping minimum requirements to PHP 5.4, which I think is perfectly acceptable in 2017.

Can you show the code you're using?

Which part of the API are you using here?

Are you asking about MailChimp itself?

Did you folks conclude if this was possible? I've not used at the export API, so haven't tried it myself.

MailChimp list IDs are set as env vars for unit tests. For some reason when the automated PR check happens those env vars aren't used, so the tests fail. It's...

Hi, you've not shown what you're doing, so I'm not sure how anyone can really help you.

They're set in the Travis environment directly. From the build output just now: ``` Setting environment variables from repository settings $ export MC_API_KEY=[secure] $ export MC_LIST_ID=[secure] ``` and then finally:...

Yes, sounds good. Please send a PR.