Joey Baker

Results 12 issues of Joey Baker

I've been figure out how to enable the "livereload" functionality of grunt-reload (no page refreshes for css/image changes), and have so far been unsuccessful. The Readme states: ``` javascript ......

Fixes #1113 This is based on the work in https://github.com/yannickcr/eslint-plugin-react/pull/1145 but reports on many more cases. Now warns on: * array mutations * `Object.assign` * `Object.defineProperty` * `delete` * all...

enhancement
new rule

The handy paragraph symbol doesn't appear next to ol or ul. It also doesn't seem possible to highlight any text that appears in lists.

db.transaction can throw if the db wasn't properly initialize or if there is a WriteError

It would be great if it was possible to derive properties in an async way. The `fn` could accept a callback that called if the function returns `undefined`. Use cases:...

enhancement
question

Currently, all HTML tags need to be closed for the virtual DOM to parse things. This is unfortunate for tags like `` or `` that don't have closing tags.

question

https://hub.docker.com/r/syncthing/syncthing/ exists now, we should probably just use that. I don't think this provides any additional functionality.

It would be nice to be able to programmatically determine the sourcemap path. e.g. ``` js const options = { map: (js, callback) => { const hash = md5(js) callback(null,...

1. Grunt file that looks something like this: ``` js regarde: { all: { files: '' , tasks: ['simplemocha', 'mocha'] } } , simplemocha: { options: { globals: ['should'] ,...

It would be great if `vim-node` could populate autocomplete with `node_modules` options when typing a `require` or `import` statement. Much like: https://github.com/ganemone/NodeRequirer