Martin Heidegger

Results 182 issues of Martin Heidegger

It seems like ".emit('fail'` as mentioned [here](https://github.com/workshopper/learnyounode/pull/398) and [here](https://github.com/workshopper/learnyounode/issues/507) does not work.

bug

The [`print.js`](https://github.com/workshopper/workshopper-adventure/blob/8859bfe872e84dfe71e698a34699b784756006b4/lib/print.js) module is encapsulated from the rest of the workshopper-adventure and can be safely put into an own npm package. Preferably with tests and documentation (:smiley_cat:). Would love if...

help wanted
cleanup

It would be good to have best practises for workshopper-adventure that are preferably linted somehow.

help wanted

The menu stays in color even with the `--no-color` active.

bug

It would be good if `--no-color` and `--no-tty` (#30) would be persistently stored in the global settings: i.e. if entered once you don't need to enter them again.

enhancement

Right now its a bit hard to test if the workshoppers with in `tty` or not. It would be good if there was a command line option to support this.

enhancement

There are a few things undocumented. For example: `--no-color` option and `lang-list` or `completed` to get the completed commands. Since the translation should be be added for all language I...

documentation

In a sense the workshoppers/adventures are created for a community of people from which we would love to get help. I think it would be cool to have an `improve`...

enhancement

The command `competed` shows the list of completed exercises. It would be good to have the opposite command `incomplete` available. This is probably better done be before #23

enhancement

Npm [supports man pages](https://docs.npmjs.com/files/package.json#man) but the current system doesn't provide a comfortable way to provide the usage. Maybe it should (has to be) generated? http://www.tldp.org/HOWTO/Man-Page/q3.html

bug
enhancement
automization