Anthony

Results 23 issues of Anthony

It'd be nice to include a proper license file. Simply stating "MIT" probably isn't sufficient for most organizations.

See title. I'd expect for this callback to be executed for both method calls, but clearly this isn't the case. Is this a bug or desired behavior? If it's expected...

In Rails this will trigger an `UnpermittedParameters` exception on the backend: Here's the code to reproduce: ```javascript $.auth.emailSignUp({ email: email, password: password, password_confirmation: password }).then(function (res) { console.log("SUCCESS", res) }).fail(function...

For instance: ![image](https://cloud.githubusercontent.com/assets/604138/22394841/9c4e7948-e4f9-11e6-879b-8e1980b6f456.png) or: ![image](https://cloud.githubusercontent.com/assets/604138/22394877/6044f2dc-e4fa-11e6-9772-db30a01ff783.png) I don't believe there's any way to effectively plot a parametric equation as a function of two independent axes in Rickshaw. Trying to find a...

Is there a way to format suffix abbreviations for values less than 1 with this library? For instance, something like this: `numeral(0.5).format(...)` -> `'500m'` (500 millis) `numeral(0.001).format(...)` -> '`1m'` (1...

v1

I'm trying to find a way of effectively testing for IPC events being sent/received on either the main or renderer processes. Looking at the spectron tests, I came across this:...

I was looking for a way to get tabs to actually work and came across this, though it was posted almost a year ago: https://github.com/connors/photon/issues/4. Would be great to see...

As others have noted it can be difficult to mentally parse each of the different configurations, versions, schemas, etc. for all of these different packages. Personally, I've noticed everything tends...

My SCSS files are rather voluminous and therefore I use the glob format provided by sass-rails to include all SCSS files within a directory. For instance, my application.sass file looks...

Hey Vamsee -- just a simple fix to use proper markdown in titles. Fix a few typos.