Results 105 issues of Andy Ray

Copying the sass config from this project and using that as the config: ``` ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/font-awesome-sass-loader/font-awesome-sass-styles.loader.js!./webpack/font-awesome.config.js Module build failed: module.exports = { ^ File to import not found or...

Out of the box: ``` ERROR in ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./node_modules/font-awesome-sass-loader/font-awesome-sass-styles.loader.js!./webpack/font-awesome.config.js Module build failed: TypeError: Cannot read property 'mixins' of undefined at /Users/me/dev/node_modules/font-awesome-sass-loader/font-awesome-sass-styles.loader.js:30:25 ```

``` entry: [ 'font-awesome-sass-loader', ``` This hangs forever on building webpack

``` module.exports = { entry: [ "font-awesome-sass!./path/to/font-awesome.config.js", ``` The `-loader` prefix is no longer implicit in Webpack

Downloading the alfred workflow file in this repo installs a workflow still using gauth.py: ``` python gauth.py list "{query}" ``` This `gauth.py` file seems to no longer be in this...

This may be improvable for a logic strategy based game: https://github.com/gabrielecirulli/2048/blob/master/js/game_manager.js#L62 It means you could win or lose a game entirely up to chance, even if your strategy is sound....

"You can control the browsermob-proxy directly if you want even finer-grained control using methods mapped directly to its REST interface. Here is an example:" you give no example of how...

All the examples use webdriverjs, which is not the official selenium-webdriver library.

``` proxy.start(function(err, data) { proxy.startHAR(data.port, 'test', function(err, resp) { proxy.doReq('POST', '/proxy/8080/headers', JSON.stringify({'User-Agent': 'iPhone' }), function(err, newData) { ``` oh boy ``` Error 500 Exception [NullPointerException - "null"] thrown by event...

didn't even know this was a THING