Brian Donovan

Results 74 comments of Brian Donovan

Anyone have thoughts on what should be done here?

Or you can just jump on the ES6 bandwagon, and help me build [a tool to convert CoffeeScript to ES6](https://github.com/eventualbuddha/decaffeinate) :wink: I'm using CoffeeScriptRedux to make the necessary modifications to...

Never going to happen :wink:

I think if you want to add support for import and export statements you should either for CSR and add support to the parser, or continue using a hack to...

@alexspeller I think your coffees6 project does just that. Since CoffeeScript itself does not have, and will likely never have, support for ES6-style modules it necessarily means using a fork...

Huh, looks like I was a little hasty. I can't tell if [this](https://github.com/jashkenas/coffeescript/issues/3162#issuecomment-73074598) means "not until ES6 is final" or "not until major browsers implement it natively": > it's probably...

Wow, I wish I'd seen this sooner. I've been working on [`decaffeinate`](https://github.com/eventualbuddha/decaffeinate) which has a pretty similar goal. Did I understand you correctly, @ef4, that you're trying to move a...

I'm having the same issue. I put together a really simple app demonstrating the issue. I confirmed that removing `performKeyEquivalent:` fixes the issue. http://dl.dropbox.com/u/40652/LPMultilineTextField-tabbing-problem/index.html

Here's my pull request that fixes it: https://github.com/luddep/LPKit/pull/35