Robert Laverty

Results 32 issues of Robert Laverty

I'd like to set the colors programmatically like so: ```java TutorialItem tutorialItem1 = new TutorialItem( context.getString(R.string.slide_1_african_story_books), context.getString(R.string.slide_1_african_story_books_subtitle), android.graphics.Color.rgb(255, 0, 0), //

Recently switching my projects to es6 with babel, I'd like to do something like this with lockr: ``` javascript import { get, set, } from 'lockr' ``` but when I...

bug

@ac-pm @jodson @webserfer Hello friends! I've been trying to build an apk of this repo to reflect the latest commit (https://github.com/ac-pm/SSLUnpinning_Xposed/commit/7e5eb3edff10d50b9a6f0f827044d0c73c951ef9) but have not been successful. This is what I...

This one's weird :/ ``` vuex.esm.js:96 Uncaught Error: [vuex] must call Vue.use(Vuex) before creating a store instance. at assert (vuex.esm.js:96) at new Store (vuex.esm.js:243) at Object.Event.initEvent.cancelable.type (module.ts:6) at __webpack_require__ (bootstrap...

This error occasionally spams my console when I open a highlightable file: ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 879, in is_checked_ ret = self.is_checked(**args) File "set_setting_command...

Is this on the drawing board by any chance?

Currently, if `timeout` is defined in [`request options`](https://nodejs.org/api/http.html#http_http_request_url_options_callback), it's ignored and the request does not abort. Shamefully adopted from: [feross/simple-get/index.js#L65](https://github.com/feross/simple-get/blob/d4a4b65d6a7f7499fd588409bfcdf66c3984d43a/index.js#L65) @feross 🤓

@jakedeichert This is such a elegant step up from `package.json` scripts, you my friend are awesome! ## Problem Concurrently run multiple commands in parallel via one single `mask` command definition....

enhancement

### Overview of the issue When the app is open and a user changes any permissions in the system settings, the app then freezes instead of being force closed. ###...

Would it be possible to only use cordova-httpd and then in my config.xml set the ``` ``` I'm going to try using both.