Sara Lara

Results 9 comments of Sara Lara

@shekhargulati I am absolutely in _love_ with the way you've set up this repo as a blog. The more I look at how it all works—Issues used as threads for...

Metro UI has been supplanted by the [Fluent Design System](https://developer.microsoft.com/en-us/windows/apps/design). Insofar as 1:1 translation of components is concerned, there is great, comprehensive documentation for it, as well as toolkits for...

This is my workaround on macOS. It requires `fswatch` (`brew install fswatch`). ``` fswatch -o schema.js | xargs -n1 -I{} touch -am routes.json ``` Since watch _does_ work for my...

@dbschwartz here's the `launch.json` that's working for me: ```js { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information,...

I was just submitting a PR when I noticed that this issue already existed :) I did this because Albino won't work on Heroku due to the python package dependency....

I absolutely agree with that approach. I'll try to submit a PR doing it that way this week. I was going to hold off until I could submit it doing...

@ccadieux That's a nice solution! The thing for me was that, since we do builds using something like a GoCD box, I wanted to use OS environment variables. But yeah,...

Same issue as OP, but not when using PhantomJS: ![1__bash](https://f.cloud.github.com/assets/207342/1996086/d6736af0-850e-11e3-952e-71bcbce44024.png)