Chris Newhouse
Chris Newhouse
Something like this: ```js describe('a test', function () { def('name', () => 'Some Name') it('works', function () { expect($.name).to.eql('Some Name') }) }) ``` Results in an error like this: ```sh...
User commented in Chrome Webstore: > Great addon, but really needs a whitelist so you can disable it for sites it breaks.
User asked for it on google chrome review. Good idea.
Perhaps implement was is suggested in https://github.com/newhouse/url-tracking-stripper/issues/55 but only for right-click-copies.
`simple-salesforce` seems like the most vibrant of the python Salesforce "SDK" modules, but it doesn't seem to inherently support the refreshing of access tokens when a Connected App (or perhaps...
Hi there, sometime the things I want to capture with Raven/Sentry are not Error instances (but sometimes they are). I was having an issue with raven `^2.30` going into an...
SpectaQL uses Grunt to perform a lot of the tasks of compiling, concatenating, minifying, etc. But Grunt seems to be sorta dead? Or at least some of the plugins used...
Right now, the custom theme option will override the `default` theme. But what if a user wants to override the `basic` theme? Or `spectaql` theme?