Jed Fox

Results 602 comments of Jed Fox

No error for me on FF 73.0.1 (64-bit), macOS. Maybe try clearing your signmeup or google cookies and reloading?

This is where the title is set: https://github.com/signmeup/signmeup/blob/e3662869d3bbd7d0f3d44a5d4ff9d715c6fd38bb/imports/ui/pages/queue/queue.js#L76-L92 Somehow, it must not get called after the queue is shuffled. It seems to get called for most other updates, so I’m...

When I disable MeMiniMe the alignment is much improved.

IMO the output should be this: ```ts interface Foo extends VeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongClassName {} class Foo extends VeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongClassName {} ```

How do you feel about never printing semicolons for single expressions in Angular attributes @ikatyang?

How about only adding parens if there is a logical operator (`&&`/`||`) and the ternary is printed on one line?

We should probably use the same logic to print both variants, then just swap in the `&` or `|` based on the node type. (Implementation is on [lines 2250–2349 of...

Unfortunately, TSDoc doesn’t support types :/