Jamie Chong

Results 22 comments of Jamie Chong

@GCheung55 The first example isn't working and the second example isn't valid ember.

Note that I was able to achieve this by modifying `zf-reveal.js`. ``` handleInsert() { this.$().css("outline", "none"); this.$().on("closed.zf.reveal", () => { this.sendAction('onClosed'); }); } ``` It might be worth doing this...

I believe the problem is here in `range.tsx` ``` /** * the value of the range. */ @Prop({ mutable: true }) value: RangeValue = 0; @Watch('value') protected valueChanged(value: RangeValue) {...

This PR works, but it seems to be way too sensitive. Any suggestions on how to tame it down a bit? I'm thinking we'd want to process fewer `devicemotion` events.

@frederickfogerty was there any discussion with your team to add this feature? It'd be super helpful for us. We've looked into trying to use buildUrl, but it hasn't really helped.

@sherwinski or @luqven care to reopen this ticket?

@mdkaufman I can't post the commit because it's in a private repo, but I did this: ![screen](https://www.dropbox.com/s/k11hunqpwwslck2/Screenshot%202017-05-19%2012.21.09.png?dl=1) I also have this, which I'm not sure is necessary (it has a...

@mdkaufman yes I've been using this to deploy to wp engine for the last 5 months on a production site.

@mdkaufman also make sure you run `gulp --production` in your theme folder before you deploy.

@ljsherlock Ignore the previous comment that I deleted if you happened to see it via email. See this instead: https://gist.github.com/jamiechong/86bc355ffa66e2fd5975d185b5e9f39a Edit: Also note that the reference to Line 90 in...