Edward Faulkner

Results 116 issues of Edward Faulkner

This uses generics so that the return type from `closest()` is narrowed to match whatever type you passed in for the targets. I also clarified that the return type always...

This doesn't parse: ``` coffee x = myList?[0..12] ``` ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/18009657-existential-range-slices?utm_campaign=plugin&utm_content=tracker%2F33145&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F33145&utm_medium=issues&utm_source=github).

This is a work-in-progress. I'm sharing in case others are interested or have feedback. This branch creates a new option `--target-es6` that tells the compiler to emit ES6 when possible....

You can make the compiler crash by trying to compile this file: ``` coffee argv[2..-1].join() ``` like this: ``` /bin/coffee --js --input sample.coffee --source-map-file sample.map ``` This change defends against...

This: ``` coffee for x in myList x ?= 1 ``` throws `Error: the variable "x" can't be assigned with ?= because it has not been defined.` ## Want to...

This makes the syntax error formatter respect the error's `offset` property. Here is a file demonstrating the difference: ``` coffee class A class B method: -> console.log('a', 'b', 'c', 'd'...

[Rendered](https://github.com/emberjs/rfcs/blob/explode/text/0000-explode.md)

T-infrastructure

[Rendered](https://github.com/emberjs/rfcs/blob/asset-importing-spec/text/0763-asset-importing-spec.md)

### Which package(s) does this problem pertain to? - [x] Other (Your bug form doesn't include @types/ember__destroyable) ### What are instructions we can follow to reproduce the issue? Create a...

bug
good first issue

We noticed a couple issues with the documented steps for automating deployment from Travis. 1. By using `after_success`, a failed deployment counts as a successful build. There's no feedback that...

bug