Peter Ehrlich

Results 40 comments of Peter Ehrlich

The two scripts - VREffect & VRControls - is the idea that they would be available somewhere as 3rd party libraries?

I don't believe anyone has studied this at depth. I would start by running a recording while profiling memory with the chrome inspector, and getting a mb/min number. If it's...

Hm. Will ponder this as well. Can I ask what you're planning for a rework? I've been meaning to try implementing a Leap-Motion-Enabled Vector3 input, for tools like this. Could...

Here's some working code: ``` ruby class DatepickerInput < Formtastic::Inputs::StringInput def input_html_options format = Time::DATE_FORMATS[:american] || "%m/%d/%Y" super.merge(:"data-datepicker" => true, :value => object.send(method).try(:strftime, format)) end end ``` see: https://github.com/justinfrench/formtastic#creating-new-inputs-based-on-existing-ones

@anonumus As per the upgrade guide, use this: https://github.com/jquery/jquery-migrate/

I can confirm this as well, happening both when cloning a swatch and after importing. Very frustrating-- one doesn't want to loose work. Also I like the idea of making...

Just a little bump here-- I can confirm that downgrading from 0.7.6.1 to 0.7.4 fixes issues from this thread: https://github.com/geemus/excon/issues/106

I would love this as well. As a snow leopard plugin, I was able to configure the initial size, which was really nice, but I haven't been able to find...

I'm glad to see this thread! I'm looking for something like do act as neo4jrb does for the REST API. Are you stil maintaining this? Would you recommend it? Would...