Percy Hanna

Results 8 comments of Percy Hanna

I didn't see anything that implied some local configuration or customization would have changed the exception message, but that is conceivable.

Wow, I'd love to have this in the gem. Looks great.

Or maybe I'm completely missing the ability to use local actions somehow, which is possible.

While this might not be as much of a problem in Chrome extensions, something worth considering is the potential issue of having action creators defined both in the background script...

We are running into the exact same issue. Using `net_http_connect_on_start: true` ends up causing the following problems: 1. Fails completely if the host is invalid 2. If the URI is...

We are having the same issue. `pnpm install` works fine, but if we run `pnpm install --no-optional` we get errors like this: ```  WARN  Broken lockfile: no entry for '/typescript/4.0.3'...

I had to use the same config so that our test suite would run properly. Without it, I would just get errors saying that the manifest was missing/couldn't load bundle.

@davetron5000 In our Travis config, we just execute the following before running our tests: ``` bash TARGET=test ./node_modules/.bin/webpack --config config/webpack.config.js # run tests ```