David Reess

Results 13 issues of David Reess

- [ ] /v2/createsubtoken - [x] /v2/account/mastery/points - [x] /v2/quests & /v2/characters/:id/quests - [x] /v2/emotes & /v2/account/emotes

Something ala: ```js /** * Information about the available world bosses. * * Usage: `api().worldbosses()` */ class WorldbossesEndpoint extends AbstractEndpoint { constructor (client) { super(client) this.url = '/v2/worldbosses' this.isPaginated =...

I would like to see a "delete" command added to the Meli CLI that deletes the deploy of a specific branch. In my use-case, which is deploying branches via CI...

feature

It would be nice to be able to opt out of the `nodes` return value for use-cases where it's not needed. Requires a different function return type based on an...

I'm trying to accept a (browser-native) `confirm` box. My current try is as follows, but does not seem to do anything: ```js // Clicking the button to trigger the box....

feature
API

``` Cannot read property 'start' of undefined TypeError: Cannot read property 'start' of undefined at /Users/david/Projects/abc-environment/node_modules/nyc/node_modules/istanbul-reports/lib/html/annotator.js:137:32 at Array.forEach (native) at annotateBranches (/Users/david/Projects/abc-environment/node_modules/nyc/node_modules/istanbul-reports/lib/html/annotator.js:112:30) at Object.annotateSourceCode (/Users/david/Projects/abc-environment/node_modules/nyc/node_modules/istanbul-reports/lib/html/annotator.js:191:9) at HtmlReport.onDetail (/Users/david/Projects/abc-environment/node_modules/nyc/node_modules/istanbul-reports/lib/html/index.js:217:39) at LcovReport.(anonymous...

This PR automatically sets the `Cache-Control` header to `public, max-age=, must-revalidate` for pages that are served from cache with a TTL > 0. I'm up for adding more customizability to...

First of all, nice tool, super helpful. After the run, I would love to have an option to show the time I spent in each room, so I can see...