James R Lowrey

Results 6 comments of James R Lowrey

You all might be interested in [react-datetime](https://github.com/YouCanBookMe/react-datetime)

I had this issue when upgrading to `material-ui@next`. The callback of `onChange` has been changed from 3 to 1 parameters, so I was setting Select's value to undefined and causing...

I had this happen when my C# class name did not match the `*.cs` file name. Renaming the class fixed the error. Edit: This issue showed up when exporting on...

Also if you set the mode to "Kinematic" it will scale https://github.com/godotengine/godot/issues/7375 . `_integrate_forces` wasn't working for me. Edit: got `_integrate_forces` working, think I copied something wrong. That's def better...

Using that repo gives the error `/home/james/.rvm/rubies/ruby-2.3.1/lib/ruby/gems/2.3.0/bundler/gems/middleman-sitemap-b52c2256d418/templates/sitemap.xml.erb:4:in 'block (2 levels) in singleton class': undefined method '+' for nil:NilClass (NoMethodError)`