Benjamin Lupton

Results 336 issues of Benjamin Lupton

``` javascript const googleSheets = require('google-sheets') googleSheets.auth({email, password}, function (err) { // fails here with `unknown error`, `err.stack` is undefined }) ```

https://github.com/bevry/make-deno-edition creates deno compatible editions and updates the `package.json` file with a `deno` field that points to a deno compatible entry file, it also adds a `deno-entry` keyword so that...

I'd like to offer options that are applicable to all commands. For instance, at a minimum, I'd like to do be able to do: ``` javascript const vorpal = require('vorpal')()...

Not sure if you want this, but should keep down on maintenance costs.

Would be great to have built in support for http://flowtype.org somehow...

If I have: ``` coffeescript # Public: The exported CSON singleton class CSON # Public: Converts an {Object} into a {String} of the desired format # # If the format...

Alphabetical order isn't always the most sane way of displaying the methods. Fine for alphabetical in the sidebar, but in the main listing, it should be in the order that...

Command: ``` bash $ /Users/balupton/Projects/taskgroup/node_modules/biscotto/bin/biscotto -n TaskGroup --title "TaskGroup API Documentation" -r README.md -o docs src - LICENSE.md HISTORY.md [WARN] Cannot resolve link to in class Task [WARN] Cannot resolve...

E.g. `{EventEmitter:on}` produces: `[WARN] Cannot find referenced class EventEmitter:on in class Task (EventEmitter:on)`