Tyler Eich

Results 10 comments of Tyler Eich

If I missed an existing issue, I apologize in advance. All I found when I searched was https://github.com/wallabyjs/public/issues/1063

I'm pretty new to test authorship and I'm adding tests to code I wrote a while ago, so please forgive me if I'm misguided. It would be very nice to...

You'll have to provide more context. For example, **what is your code**? If your code is on Github, you can provide a link to the repository. Are you running any...

[Raw Github files are **not** designed to be used as a CDN](http://stackoverflow.com/questions/5502540/should-github-be-used-as-a-cdn-for-javascript-libraries). If and when you launch your project, link a _specific_ version of the library(ies) you're using (e.g. prefixfree...

Do you have a test case? A webpage or [plunk](http://plnkr.co) that demonstrates the issue?

I can confirm that prefix-free is not prefixing the `font-feature-settings` property in Chrome. On Google Chrome v33.0.1750.117 (1750.117) on Mac OS X 10.9.1 (13B42), the console says it doesn't recognize...

I've been wondering if it would be possible to write the workflow logic (e.g. Script filter generation) in a universal language (maybe C) and create simple wrappers in various languages...

@shawnrice @Sheraff I would guess that compiled C would execute faster than any dynamic scripting language, but only tests will tell. From a maintenance perspective, it seems more manageable to...

@Sheraff Absolutely. The API should be the same regardless of the language.

@shawnrice I agree that Dean's library is the best model for any future library development. I might exclude OS X icons, but that's just because I've never used them Yes,...