Jesse Degger

Results 70 comments of Jesse Degger
trafficstars

For reference, the background-geolocation-android private repo owner @christocracy posted this as a solution: > > docs clearly state it must either be undetermined or when in use when requesting. >...

Agreed, at first I was not even aware Telephone could do this because of the inconvenient UI. Don't get me wrong, I like the cleanness a lot but it wouldn't...

I'm encountering this, so far not solved. Anyone has a better pointer how to solve this (possible cache) issue without having to remove and clone for again?

Why was this great PR never merged? 😢 Is this still - remotely - alive?

Just in case you wanna still wanna do this ```javascript function pagination(query, options) { const self = this return new Promise(function(resolve, reject) { co(function*() { const result = yield self.paginate(query,...

ES6 version: ```javascript schema.statics.pagination = async (query, options) => { // run normal pagination function first const result = await this.paginate(query, options) // clean result.offset = options.offset; result.data = result.docs;...

Hi @Serge-purr To add to @fabriziomoscon's answer, in essence this means that the current lib does not support this behavior. Workarounds would be connecting to Twilio to get the call...

Not at the moment. I will add it to the backlog but our backlog is long already. I don't expect it to be implemented anytime soon.