Luke Haas

Results 269 comments of Luke Haas

@ondrovic you can currently run tests by doing something like the following: ``` import { expect } from "chai"; const foo = () => { return true; } expect(foo()).to.be.true; expect(foo()).to.be.false;...

Thanks, @kosmaa, this is a good suggestion. Will aim to implement this in a future release.

Yes, Duotone Dark Sky was removed in the last release. I've been working on improving the selection of themes by adding requested themes. In order to avoid bloat I've also...

Thanks for finding this issue and raising it! It appears to be a bug related to the 'runtime values' feature. For now, I'd recommend disabling runtime values, which you can...

@CarstenNeubert this is fixed in the latest release - version 2.7.1

@jcandrade I've made a further update to this in the latest release. 2.7.1. The message is now displayed inline instead of a popup dialog box.

@hand-dot this is now supported in the latest release - 2.7.1

@egerardoqd the `$0` placeholder is now supported in version 2.7.1

@bdJohnson72 are you still seeing this issue in the latest release - version 2.7.1?

The wording of the message has changed, but the meaning is still the same. This error is generated by Babel, which has received multiple updates since this ticket was opened.