Trey Griffith
Trey Griffith
This is an issue when using vorpal in Vantage, but is, I think, fundamental an issue with vorpal itself. Vorpal's `_commandSetCallback` only logs errors to local sessions, and `validate` returns...
This change adds a new concept of Plugins to `ui-box` to enable arbitrary userland processing of selectors and styles. The plugin structure closely resembles that of glamor, which it was...
In some cases where a `ui-box` (in my case via evergreen) lives on a page that has other CSS on it the `ui-box` styles can be overridden. With glamor, you...
Github only supports API v3 as of May 1st, 2012 (https://github.com/blog/1090-github-api-moving-on). The new API does not use API tokens, and as far as I can tell, this app no longer...
This change fixes #36 by making `require.resolve` explicit in where it is resolving from. It therefore prevents collisions with files in `mock-require`, which are themselves in the `NODE_PATH`, triggering the...
When trying to `reRequire` a file named `index` that is in the local path, `reRequire` will instead return what `mock-require` exports, specifically the `startMocking` function. Example code: index.js: ``` const...
This pull addresses issue 3 by making this SDK oauth2 compliant. It changes some return values slightly, and requires the Oauth2 package, but it makes everything work again (at least...
This is required for it be used by certain tools, in my case rails-assets.org
This PR fixes a problem I ran into where unsetting styles by setting the empty string `''` wasn't working. In the process I also moved the style getter from `./style.js`...