Brian Woodward
Brian Woodward
I'd like to add a `git init` option when creating a new project with `generator-verb`. My workflow is usually... ``` bash $ mkdir some-project $ cd some-project $ yo verb...
Idea: support es6 by making a custom matcher that matches the `imports` statement. I'm not sure how different this would be from the `match-requires`.
Add more information on how to use this with firebase and firebase-queue.
The example from this [filter-object issue](https://github.com/jonschlinkert/filter-object/issues/5) shows that some of the patterns are being skipped when there are multiple negation patterns. [This line](https://github.com/jonschlinkert/glob-object/blob/master/index.js#L29) just needs to be updated to `patterns.splice(1,...
### What happened? I'm using `@octokit/core` to list workflow runs based on [the REST API docs](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#list-workflow-runs-for-a-repository). I'm attempting to use the `created` parameter with a date-time formatted as `2024-07-24T17:00:00Z`, but...