JoeGrasso

Results 10 issues of JoeGrasso

What settings do I change if I want the bars to be horizontal, and the respective x & y values/legend switched?

enhancement
help wanted

Any chance of incorporating easing? It is a simple process .. .delay(function(d, i) { return i *10 } .ease('elastic') But I am still learning your code so not quite sure...

enhancement

I noticed with regard to the radio and select control there were default values and I can think of scenarios where that may not be the case and one may...

Here is my contribution which adds, multi-select, date and masked input. But I am having problems with phone input value showing in json. I got the masked inputs from here...

How blessed difficult would it be to put a nested route in your starter kit. The snippet example you provide is too terse!

How could I go about creating a "quick input", for example "FullName", that if the user dragged it over there would be two text boxes, one for first and last...

Here are the changes I made to upgrade to 1.3.13: I. Change the interpolateFn property: ``` //1.3.13 var parts = interpolateFn.expressions; //1.2.x //var parts = interpolateFn.parts; ``` Per the docs:...

I know the kool thing is to develop on a MAC but some of us use windows. Could you kindly offer the build syntax for windows?

bug

I have the following code: var path = require('path'); var koa = require('koa'); var app = module.exports = koa(); var webpack = require('webpack'); var webpackConfig = require('../webpack/webpack.config.dev'); var compiler =...

Stephen: I normally love your tutorials but on this tasky project, you really should have tested it on windows because the I am getting an error with the icon when...