Chuck Carpenter

Results 54 comments of Chuck Carpenter

@mutschler the only issue I'd have with the proposed solution is the assumption that the use case is to always start a tour where you left off. For me, I'd...

The bit from @aivarsak works for that package, but if you have any other ESM imports you'll need to add them as `transformIgnorePatterns` to the web jest.config.js. e.g., ``` transformIgnorePatterns:...

Please test and let me know if I've missed anything: https://github.com/andyshora/grunt-yslow/pull/12

@timvandevelde I'm not able to replicate based on the use case of just the 0 before the dot. e.g., ``` css html { font-size: 10px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; line-height:...

@Bartlomiejsz could you give more info on replicating this use case? I'm not finding any issues w/ the Regex offhand.

Would be great, but I think that'll require a ton of work to deal w/ CORS support and might be a challenge for < IE8. I know there are some...

@yohoflower sorry, haven't touched this codebase in a very long time, but don't recall that being an issue in the past. Does that happen in the test file as well...

@ChrisKam, thank you for the very thoughtful and insightful message. I spent some time thinking about the suggestions you made here, which I think would help make this polyfill more...

+1 on this, since the intent is Ember will deprecate controllers. Perhaps a way to support both, with the roadmap to remove controller support?