Jim

Results 12 issues of Jim

This is inspired by https://github.com/ikudriavtsev/raty/commit/44deae93276f7ac4283252e337d76e71800131bc in https://github.com/wbotelhos/raty/pull/108

waiting-for-test
waiting-for-answer
should-apply

I have something like this in a template: ``` {{#each things as |thing|}} {{d3-graph (pipe (d3-text (moment-format thing.dateTime 'H:mm')) (d3-attr 'class' (if (is-after now thing.dateTime) 'late' 'not-late' ) ) )...

This PR makes sure an onChange event (https://github.com/yapplabs/ember-colpick/pull/18) is sent & the value is set only of a user interaction caused the value to change (see: https://github.com/mrgrain/colpick **bySetColor** flag). This...

Hi, I followed the tutorial and tried to build a prototype based on what I learned. I couldn't get an entry to save. I looked around and found nothing. Then,...

ember-d3 ^0.3.0 with ember 3.0.0 produces the following error: ``` ================================================================================= ERROR Summary: - broccoliBuilderErrorStack: [undefined] - codeFrame: [undefined] - errorMessage: Path must be a string. Received undefined - errorType:...

I started seeing issue https://github.com/emberjs/ember.js/issues/16269 quite often in my production logs yesterday when I upgraded from [email protected] to [email protected]. A fix (https://github.com/emberjs/ember.js/pull/16286) was released in [email protected] but [ember-font-awesome](https://github.com/martndemus/ember-font-awesome) uses [[email protected]](https://github.com/cibernox/ember-ast-helpers)...

Hide colpick before removing it from the DOM Fixes issues where the element is removed from the DOM without unbinding the mousedown event [`$('html').off('mousedown', hide)`]

I **very** often had issues in production where the Stripe script wouldn't load sending `Error: Could not load script https://js.stripe.com/v3/`to our Sentry logs. The route transition would then fail. My...

[Ember CLI Electron](https://github.com/felixrieseberg/ember-electron) sets an environment variable so you can have your app behave differently depending on the type of build : ``` // environment.js module.exports = function(environment) { var...

Update events rsvp_count with Meetup API data (refs https://github.com/montrealrb/Montreal.rb/issues/283)