Daniel X Moore

Results 96 comments of Daniel X Moore

It's possible, but would require some work. This project is no longer under active development so I'd recommend migrating to the HTML5 gamepad API in Chrome if possible. They're probably...

I'm also excited about this, anything I can do to help?

I'm excited for this! Is there anything I can do to help?

I expect that it is to handle cases where the variable is used later outside of the `catch` block. The issue is that it is also added in cases where...

I like this proposal, let me know if there is anything I can do to help.

Using the same node `rows[0]` will only insert it once rather than three copies, another fix would be to check `if (rows.length < 3) return;` or however many is needed...

Since the positioning of block comments was why this revert happened https://github.com/phil294/coffeesense/commit/0a147d137dae1abeb06f512d4c0de804716df8e2 and it seems block comments are incorrectly positioned anyway... would it make sense to restore this? It seems...

I see what you mean... It looks like without block comments edemaine's branch works great with destructuring but doesn't work with block comments. ```coffee {sep} = require "path" -> sep...

@phil294 I've been trying out v1.10.0 and it's very good so far! I think most of the remaining issues have to be fixed in `coffeescript`'s comment handling. Thank you for...

Adding some links to CoffeeScript issues for reference: https://github.com/jashkenas/coffeescript/issues/5417 https://github.com/jashkenas/coffeescript/issues/5415 Someday I may build up the courage to tackle these in a CoffeeScript PR.