David Land

Results 8 issues of David Land

I am following the instructions given [here](https://electron.atom.io/docs/tutorial/debugging-main-process-node-inspector/) for getting `electron-inspector` working. Through [this post](https://github.com/enlight/electron-inspector/issues/7), I found that you must install version 1.2.1 of `electron-rebuild` for things to run. However, once...

Can this be implemented without promises? Sometimes I have long running client side code that doesn't involve $http or other promise-based calls. Can I still show the spinner (without creating...

I have a cordova app and I'm trying to use [cordova-plugin-badge](https://github.com/katzer/cordova-plugin-badge), which is implemented using ShortcutBadger. It's working well on iOS but I can't get it work on Android. I'm...

Is it valid to use promises or async/await when working with the bulk api? I have some code that looks like this: ``` const batch = job.createBatch(); await batch.execute(); ```...

fixed in v3

Is is possible to use different padding characters for difference columns or use a padding character for one column and not another? I have this code: ``` const qa =...

When I include this line in my test: `var AWS = require('aws-sdk-mock');` I get this error: > 12 12 2017 20:42:18.283:DEBUG [phantomjs.launcher]: TypeError: undefined is not an object (evaluating 'modules[moduleId].call')...

## Description I have a playlist containing three videos. At the end of the last video, if the user hits the refresh button I'd like to it start at the...