Patrick Berkeley
Patrick Berkeley
When using constraints, it would be handy to be able to listen to the repositioned event that was [added and described in this PR](https://github.com/HubSpot/tether/pull/196#issuecomment-237201582). The main use case I know...
Thanks for this library! Do you have any plans to offer TypeScript type definitions or convert the code to TS?
#### Steps 1. Set the timezone for moment globally: https://momentjs.com/timezone/docs/#/using-timezones/default-timezone/ to `America/New_York` 1. Set you computer's clock to `America/Los_Angeles` (Pacific time) 1. Observe the calendar day numbers are shifted off...
Is there a way to trigger an ember action by clicking on a segment of a chart using e-s? For example by clicking one slice of a pie chart.
You can setup a dnsimple account and go through the entire transfer process, but it will fail on each transfer attempt if you haven't authorized your account yet.
If the authorization code for a domain has a double quote in it, the importer dies.
This issue is so I don't forget to add info for the [`stack`](https://github.com/LocusEnergy/ember-d3-helpers/pull/34/files) PR to the readme.
Fixes deprecations and warnings.
Legacy (non-chromium based) Edge is broken on this line: https://github.com/machty/ember-concurrency-decorators/blob/70265639f1db69c1d419312675e44e6e483bc12d/addon/index.ts#L165 with the error `Expected identifier, string or number`. We are not using `ember-concurrency-decorators` directly, but via v4.0.0-beta.6 of `ember-power-select`: https://github.com/cibernox/ember-power-select/blob/v4.0.0-beta.6/addon/components/power-select.ts#L542....
It's weird to have the `executionKey` be whitespace: ```js keyManager.addMacro({ executionKey: ' ', // { console.log('spacebar'); } }) ```