cy-josh

Results 3 comments of cy-josh

Changing line 284 in /dist/iv-viewer.js to the following should make it work in IE 10/11: ` if (style) { for (var property in style) { if (style.hasOwnProperty(property)) { wrapper.style.property =...

I am having this issue as well. This returns NULL: ``` $airtable = new Airtable(array( 'api_key' => 'keyasdf', 'base' => 'appasdf' )); $request = $airtable->getContent( 'Open' ); do { $response...

This ended up being an issue with my local dev environment curl settings. I suspect this is the same issue @cesantibanez is having. This fixed it for me: https://stackoverflow.com/a/31830614