Mel Riffe

Results 13 comments of Mel Riffe

Adding my 2 cents: I'm on Mac OS X 10.5.8, running System Ruby, and adding @camelsong 's fix to the Rakefile also worked for me.

Hello 👋 First, I'm not sure if this is the right place to add my request. Please accept my apologies if a better place is available. Second, I would like...

@alexander-alvarez Thank you for the reply, and the welcome. I did see the reference documentation, but it doesn't make sense to me. Sorry. It would be nice if there was...

Alex, completely understand about life kicking some butt. :-) I will try to capture the error I'm receiving soonish. Thank you for your patience. On Fri, Mar 15, 2019 at...

Alex, Here's a bit of feedback: $ ember generate cell-type light-table/total-error-count --pod installing cell-type create app/components/light-table/cells/light-table/total-error-count.js installing cell-type-test create tests/integration/components/light-table/cells/light-table/total-error-count-test.js It appears no template is created when generating a new...

Alex, Even more feedback: I got it working and here's what I had to do: * create app/components/light-table/cells/total-error-count/component.js * create app/components/light-table/cells/total-error-count/template.hbs Now to get it work with my app's requirements....

A follow-up, of sorts. Looks like I can trigger this behavior when resizing the window. It appears an endless loop is created whereby the div with the .tse-scroll-content class has...

(Hopefully) Final update. It appears the vendor.css reference was removed from index.html, causing all kinds of weirdness since the .ember-light-table styles were not present. Adding this back in seems to...

Question: How can I include the ember-light-table styles in my app.scss like I can with ember-bootstrap: `@import "ember-bootstrap/bootstrap";`

Looks like a change in Devise. I have a fork of the 1-click prelaunch and it's using Devise 2.2.5 and registration works. However, and using the composer method to build...