svoynow

Results 5 issues of svoynow

I'm a little confused about what if any record types are generated for input objects defined in a schema. If I have a mutation with an input object, how do...

wrong number of arguments (2 for 1) /Users/jsmith/.rvm/gems/ruby-1.9.3-p448@myapp/gems/cane-2.6.0/lib/cane/json_formatter.rb:8:in `initialize' It looks like when output colorization was added in https://github.com/square/cane/commit/652c2f887f551a7ddf280399491312526291089a an options hash parameter was added to the call to initialize...

Not sure if this is the right place for this, or if this is a known issue: ``` Reason # let foo = fun(x) => x + 2; let foo...

i.e. the ability to change the datatype of a row `ALTER TABLE mytable ALTER somecolumn TYPE uuid` Just a matter of adding some methods to ColumnOperations I'll probably do it...

I'm having some trouble getting this to work. All I have is a sanity check spec (a javascript version of your coffeescript example) ``` javascript define(function(require) { var PlaylistModel; PlaylistModel...