chrisrichard

Results 8 comments of chrisrichard

Same thing in Haml/TWIG when using if/for/macros/etc. White space removal is really useful when using inline or inline-block positioning for horizontal layouts, i.e. this is not just cosmetic. See: http://css-tricks.com/fighting-the-space-between-inline-block-elements/,...

I hacked in some changes in my fork that enable me to remove whitespace using where I need to. It ruins pretty printing because it's not possible to determine the...

I'm seeing what I think is the same issue, although the page doesn't completely hang, I'm just unable to scroll after making a selection that gets handled by onChange. Using...

changeOrigin adjusts the Host header on the outgoing request, not the Origin header.

For user-facing APIs it's typical to keep authentication tokens hidden inside the application and issue an "opaque" cookie to represent the session to the user agent upon successful sign-in. In...

I'm going to create a PR that allows eject to take a parameter to control this behavior. If specified, eject will throw an exception the the cassette wasn't played back...

#160 should enable this scenario