Jared A. Scheel
Jared A. Scheel
So that people can discover your plugin more easily.
I cloned the repo, checked out the gh-pages branch, and ran the keyword example page. The script runs, but the "count" attribute never comes through. I'm guessing that means the...
This clarifies that there is not an independent country code for Northern Ireland. Taken from https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#GB.
I've started getting a blank screen when opening the app. I built from source, enabled the inspector, and I'm seeing this error: ``` [Error] FetchEvent.respondWith received an error: TypeError: undefined...
If you try to double click text in the search bar to select all, it maximizes the window. If you try to drag-select text, it moves the app window. I'm...
I had my console log open to diagnose a problem with a different application, and noticed that the player spams the log with these once per second: ``` default 10:15:09.371012-0500...
codepen.io example for testing: http://codepen.io/anon/pen/opiJc ``` @other-color: #ff0000; .a { @color: #00ff00; } .b { @color: #0000ff; } .c { @color: @other-color; } // Change this mixin to each of...
log: npm info it worked if it ends with ok npm info using [email protected] npm info using [email protected] npm info fetch http://registry.npmjs.org/soupselect/-/soupselect-0.2.0.tgz npm ERR! couldn't read package.json in /tmp/npm-1299775291602/1299775291602-0.8720391236711293/contents/package npm...
If you have an enum that is the name of an existing method, the method is clobbered. Example an enum of `:all` is quite destructive ;)
### Website or app Happens even after all tabs are closed ### Repro steps I don't have clear repro steps yet. Occasionally I will notice that Chrome is using 170%-200%...