Sean Kelley

Results 69 issues of Sean Kelley

It appears that all the values exported through `namedTypes` are `PredicateType`s ``` $ _ = require('lodash') $ astTypes = require('ast-types') // version 0.14.2 $ _.uniq(Object.values(astTypes.namedTypes).map(t => t.kind)) [ 'PredicateType' ]...

I work with a lot of files so -q is handy, but it'd be nice if there were a slightly-more-verbose option that also printed warnings so I can keep track...

enhancement
Help Wanted

1) What version of bluebird is the issue happening on? **3.5.1** 2) What platform and version? **n/a** 3) Did this issue happen with earlier version of bluebird? **Yes** This is...

enhancement
pull-request-welcome

tl;dr: NAS Download Manager is in maintenance mode. No new features are planned, and only the highest priority bug fixes, translations, or a fix to #7 will be addressed. NAS...

In version 0.9.x and before, two-factor authentication accidentally worked in some extension/browser/DSM combinations due to the way cookies behave. I was forced to close out that accidental feature when DSM...

enhancement

Browser extensions can't programmatically open their own popups, so assuming picking arbitrary directories is the goal, there's only two interactions possible here: - User selects menu item, is presented with...

enhancement

- [ ] bump to React 18 - [ ] switch to `react-jsx`/`react-jsxdev` transform and change/remove React import style - [ ] function-ify more components (especially those with weird lifecycle...

Unsure what this should look like. How does it interact with the Download Station-configured default location? Should it allow setting a new "default" locally to the extension? Setting the default...

enhancement

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/extension/getURL

bug