Roy Tinker

Results 7 issues of Roy Tinker

This will significantly reduce the number of requests that count against the GitHub API rate limit. From the GitHub API documentation: https://developer.github.com/v3/#conditional-requests Example use case: On a project with a...

Looks like including "dojo/i18n!./nls/SomeFile" as a dependency in a source file breaks when building via dojo-webpack-loader. Error is: ``` ERROR in ./widgets/SourceDir/SourceFile.js Module not found: Error: Cannot resolve module 'dojo/i18n'...

Consider the following code: ``` var data = [ { id: 0, name: "John Indigo" }/*, { id: 1, name: "Alice Beauxfort" }, { id: 3, name: "Bram van Dijt"...

This problem is most prevalent when embedding SVG files as data:URIs. Sometimes a newline slips through without an escape. The following will hang PrettyCSS: ``` .svg-icon { background-image: url("data:image/svg+xml,\ %3Csvg...

I'm getting errors when using nightmare-iframe-manager under xvfb (i.e. `xvfb-run node nightmare-script.js`) on linux. If I use a real X server as the display (or run it on MS Windows),...

For example, I'd like to be able to install a `pip` upgrade and other packages inside the ape archive: ``` $ ./python -m pip install --upgrade pip Defaulting to user...