Olle Jonsson
Olle Jonsson
Thanks for adding this helpful metadata. Background: [Blog post which explains what "engines" and "engineStrict" does](https://www.marcusoft.net/2015/03/packagejson-and-engines-and-enginestrict.html#engines)
This is a great piece of work. The RuboCop Performance gem has written a section about "unfreezing string", and it can be instructive, as well provide automation for any "big...
The `Can\'t find variable: WeakMap` is fixable by updating away from PhantomJs.
Is it time to release a new version?
**Current workaround**: refer to the master version in `package.json`: ```diff - "ember-cli-coffeescript": "^1.16.1", + "ember-cli-coffeescript": "kimroen/ember-cli-coffeescript#b931766332dc8ee7630715ddcb93c77351e506a4", ```
Looking at this issue, I note that the jshint parts have been extracted from the other addon: https://github.com/ember-cli/ember-cli-qunit/pull/114/files
@miketierney Could [this text document from the Figlet codebase](https://github.com/cmatsuoka/figlet/blob/master/figfont.txt#L147) contain the information you need? Hm, maybe maybe not. [the emboss font in 2006 seems to have had another license](https://github.com/cmatsuoka/figlet/blob/a565ae1e8f8254044219260dda2a6b51984930dc/tests/emboss.tlf#L8), but...
@miketierney _Thank you_ for the project. As long as you enjoy doing it, you should do it.
One step forward: now, the test suite _fails_, it does not _error_.
I made a second commit, to make the CLA bot re-run. Changing homepage is not done using the gemspec's homepage attribute any longer, it's a part of `metadata`: `{ "homepage_uri"...