Raphael von der Grün
Raphael von der Grün
During the review of #121 I noticed that the tests in the `describe('module.exports.prepare method'` block in `tests/spec/unit/templates/cordova/lib/prepare.spec.js` were in pretty bad shape. Funky stuff going on there: - instance methods...
# Feature Request ## Motivation Behind Feature Up until recently we copied all our Node.js platform tools to the `/cordova` folder on project creation and loaded them from there. Now...
- Do not install latest `npm` as that is incompatible with the old Node.js versions used in the CI tests - Do not test on Node.js 0.8 as `tap@^1.2.0` does...
Fixes #17
Regarding the class `promzard.PromZard` the docs say: > Emits either a `data` event with the data, or a `error` event if it blows up. If `error` is emitted, then `data`...
Using 1.5.0.0 ``` echotool example.com /p udp /r 7 /d Hello Unbehandelte Ausnahme: System.ArgumentException: Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt. bei System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) bei System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue...
`ppdflatex --output-directory=build document.tex` should put all compiled files in a directory called `build`. At least that works with MiKTeX. Might be an extension (I don't know), but it's crucial to...
There are some open issues that make this plugin practically unusable (in order of descending importance): - #6 - #7 - #4 All of them should be relatively easy to...
I'm in UTC+2 right now. For me, the [implementation of the `DATE` transform](https://github.com/angeloashmore/immutable-ics/blob/master/src/transformers.js#L10) decreases the day of any given `Date` by one. So `DATE(new Date(2017, 8, 29))` resolves to `'20170928'`...
Implement a [Fluent interface](https://en.wikipedia.org/wiki/Fluent_interface) for `ConfigParser`. As a developer, I want to do ```js new ConfigParser('...') .addEngine(...) .addPlugin(...) .write(); ``` Should be possible as a non-breaking change. If in doubt,...