Matt Travi

Results 172 issues of Matt Travi

When running my tests, they fairly regularly fail with the following message: `TypeError: 'undefined' is not a function (evaluating 'window.__karma__.loaded()')`. Rerunning the tests solves the problem, but the instability is...

the readme suggests that this plugin removes both `import` statements and `require` statements, when it only actually removes `require` statements. normally this works anyway because of the use of a...

Feature Request: ### Are you using storybook-router with a react based project or a vue one? React ([Gatsby](https://www.gatsbyjs.org/)) ### Context for the request I've been using `storybook-router` with components that...

looks like a great starter. i found you from [this tweet](https://twitter.com/kurtiskemple/status/1026467337040551937). i'll definitely dive deeper when i start my next gatsby site. one thing i've found useful in my storybook...

## the problem i'm working on starting a new project and used `npm-run-all` like i always do for the `test` script (`run-s lint:* test:*`), but unlike my other projects, i...

while `FORCE_COLOR` [is mentioned](https://github.com/mysticatea/npm-run-all/blob/dfb9dcb40dc0d309480e28dbdaac24878e4c32c6/docs/npm-run-all.md#known-limitations) as a work around for `stdout` not being a TTY, `npm-run-all` does not appear to support it itself. my usecase is for the output in a...

### Current behavior the tests timeout do to docker failing to start the [docker-gitbox image](https://github.com/semantic-release/semantic-release/blob/9589a96239826abe9b07e8deffcc7d8aeb9c2e40/test/helpers/gitbox.js#L6) that we use. this is due to it not supporting the ARM architecture. I made...

bug
help wanted

BREAKING CHANGE: `@semantic-release/commit-analyzer` is now a native ES Module. It has named exports for each plugin hook (`analyzeCommits`) fixes #296

Part of our efforts to migrate `semantic-release` to native ES Modules: https://github.com/semantic-release/semantic-release/issues/2133

fixes #296 BREAKING CHANGE: `@semantic-release/npm` is now a native ES Module. It has named exports for each plugin hook (`generateNotes`)