Trevor Burnham

Results 99 comments of Trevor Burnham

Relatedly: ``` this # teal, same as @ this.cheezburgers # only the `this` is teal @.cheezburgers # likewise, only the `@` is teal @cheezburgers # now the whole thing is...

Notice that indentation isn't the issue here. Since ``` x: func() ``` is a legitimate way of writing `{x: func()}`, ``` while x: func() ``` is erroneous only insofar as...

It'd be trivial to detect a .js file as compiled from CoffeeScript if the compiler added a comment at the top to that effect (which would also have the notable...

@showell I think David was speaking to the benefits of reduced byte size. Sure, it's just a dozen or so extra bytes per file, but across dozens of files, that's...

@showell And yet I've seen folks asking for a way of turning on `--bare` on a file-by-file basis for just that reason. Some folks like to divide their front-ends into...

For the record: This feature was removed by e4b3e838e2f308d5d39eb54361374fb171ef58c9, between 1.1.3 and 1.2.0. Quoting @jashkenas: > I'd be glad to put it back in, if we can get the formatting...

Hmm, I agree with the intent, but surely there must be a more elegant way to do this than adding another global hash and a 50ms timeout? Some property or...

I'm experiencing the same issue. If I apply any css3pie styles to a `tr` (such as a gradient), the `tr` becomes invisible. Making the table's surrounding `div` `position: relative; z-index:...

Issue persists in Kap 3.4.1 with macOS Monterey 12.0.1.

@sindresorhus Tried it just now. Same result (under macOS Monterey 12.0.1):