Michael Palumbo

Results 43 comments of Michael Palumbo

oh ok! I've forked the repo and can make a pull request in a bit. i'm thinking i'll just write the JSON by hand for the moment, might be faster...

actually, i've got another way to automate it. i'll keep you posted!

ok! got a solution, and i opened a pull request for it :)

> > > > Most routers have timeouts on address mappings, which means the connection information in the server-reflexive ICE candidates expires. > > WebRTC implementations should periodically ping the...

I also am unable to set the option 'SimplifiedAutoLink' to true using ```javascript converter.setOption({SimplifiedAutoLink: true}), ```

awesome, thanks so much @bobby-brennan . btw love how active you all are here :D

oops, sorry, where would one set the page value in one's script?

@bobby-brennan so it looks like some of the calls do not allow for pagination yet? (or perhaps i'm doing it incorrectly: ```javascript basecamp.projects.recordings.json.get({ "type":"Comment", "page":1 }).then(allComments => { console.log(allComments) })...

ok, so I get this error again: ```shell (node:39012) UnhandledPromiseRejectionWarning: Error: data should NOT have additional properties at module.exports.Action.run (/Users/mp/bcViz/node_modules/datafire/src/lib/action.js:91:17) at Object.obj.(anonymous function) [as get] (/Users/mp/bcViz/node_modules/datafire/src/lib/integration.js:158:23) at Object.toObj.(anonymous function) [as...