Results 10 comments of Andrew Potter

I think the keyboard is there but is invisible.

Thanks. I tried that and it seems to have worked: $ rails c Loading development environment (Rails 4.2.0) irb(main):001:0> Plan.create({ name: 'LeafyPond', price: 63.00, interval: 'yearly', stripe_id: '1', features: ['Unlimited...

Actually I get a huge error: NoMethodError: undefined method `attr_accessible' for Plan (call 'Plan.connection' to establish a connection):Class from /home/drewpotter/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activerecord-4.2.0/lib/active_record/dynamic_matchers.rb:26:in`method_missing' from /home/drewpotter/LeafyPond-YouDinar/App/app/models/plan.rb:5:in `' from /home/drewpotter/LeafyPond-YouDinar/App/app/models/plan.rb:1:in`' from /home/drewpotter/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:457:in `load' from /home/drewpotter/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:457:in`block...

The covers lose their reflections when I update the innerHTML of the 'preview-coverflow'. I wonder if there is any way around this?

I have disabled the reflections for now due to this error.

The offending code, which breaks reflection is pasted below, basically I simply modify innerHTML of the preview-coverflow: function receivedMessage(message) { var obj = JSON.parse(message); if(obj.type == "context"){ var globalFeed =...

globalFeed.innerHTML = globalFeed.innerHTML + 'such-and-such' breaks reflection.

These messages appear: ``` Source and destination path are equal. Source and destination path are equal. editor/import/3d/scene_import_settings.cpp:227 - Condition "p_material != material_data.material" is true. editor/import/3d/scene_import_settings.cpp:227 - Condition "p_material != material_data.material"...

I planned to build a bevy_gstreamer plugin about 9 months ago, but got distracted by other things. Glad to see this issue here.