Luke Edwards

Results 75 issues of Luke Edwards

With `beta`, I bumped up minimum Node support to `4.6` because it was an LTS release. However, now active `4.6 LTS` is [ending in April](https://github.com/nodejs/LTS#lts-schedule). And since beta development took...

future

I'm sure if Taskr would benefit from exposing some of its tools directly. The benefits would be that plugins could import/share some of the core Taskr helpers. Even though the...

discuss

Hey, I was thinking – this library could really benefit from developing with ESM. It's small enough to be used in the browser, but can also be cheaply inlined into...

I personally don't have a use case for this, but it might be nice to be able to set an expiration date/time for certain polls.

Yo! Is it possible (or would it even make sense) to allow this to work in Slack channels? I'm envisioning a pinned poll to gather input from team members.

This is a "might as well" for the next major anyway. The main motivation is for TypeScript definitions and/or Intellisense. Without this change, and with the current definitions, then both...

Technically, stable `tiny-glob` _implicitly_ requires Node 8.x because of its `async` usage. The `tiny-glob/sync` module only requires Node 6.x This PR should serve as a reminder that we have to...

Resolves the `opts.cwd` once & only once. Every other contact point will use `path.join` instead. Depends on https://github.com/terkelg/globalyzer/pull/2 to pass tests. That's where the problems actually lived.

Should add a new `target` option for the `gittar.fetch` method. It should be a function that receives all the components from the [`parser`](https://github.com/lukeed/gittar/blob/master/lib/index.js#L53) (`{ site, repo, type }`) so that...

enhancement

Run a quick check to see if the latest remote ref on `` is newer than what we have locally. Only if it's more recent, begin downloading the archive. Requires...

enhancement
maybe