Null Void

Results 6 issues of Null Void

To use an example from the `TOML` [README](https://github.com/toml-lang/toml#table), specifying a nested table as a key using dot syntax like this fails: ```javascript [dog."tater.man"] type.name = "pug" > Error at line...

I am attempting to write a basic Slack bot the sends new users a spiel when they join the Slack group. My basic implementation is something like this, plus the...

bug

After cloning the `master` branch and attempting to run the tests I receive the output: ``` /home/user/Projects/js_bintrees/node_modules/jshint/lib/cli.js:92 targets = typeof targets === "string" ? null : targets.slice(1); ^ TypeError: Cannot...

See: http://wren.io/control-flow.html#the-iterator-protocol

enhancement