Ryan Roemer

Results 134 issues of Ryan Roemer

- Disable BrowserStack. #27 - Switch to Travis containers. - Move Sauce secret to JWT add-on.

Not erroring Travis, but definitely failing: ``` 11 01 2017 21:10:36.515:INFO [launcher]: Launching browsers bs_firefox, bs_chrome, bs_ie_10, bs_ie_11 with unlimited concurrency BrowserStackTunnel: binary not present 11 01 2017 21:10:36.543:ERROR [launcher]:...

The only really "expensive" thing that `inspectpack` does now is traverse a very limited set of `node_modules` directories to infer the dependency tree. We _could_ cache this if large projects...

Feature Request

Document what we found in closed issues: - #214 (shelljs) - #217 (nodemon) -- Note: Adding `--raw` seems to [solve the issue](https://github.com/FormidableLabs/webpack-dashboard/issues/218#issuecomment-385252432). - (potentially) #218 (concurrently)

We now only have single tags for releases with our custom git tagging strategy. It would be nice to have real GH releases again. Options: - [ ] See if...

infrastructure :house:

Probably good timing in line with #2205 and/or we can do some piecemeal first: - [x] Update "easy" deps - [x] Audit and remove unused deps (especially after #2205) -...

infrastructure :house:

We can simplify our build and publishing steps with: - [ ] Add `package.json:types` and point it to one of `es/lib` - [ ] Remove the build into the other...

Type: Infrastructure :house:
Issue: Accepted

We have some legacy yarn installs for logically separate projects in victory. Let's go through and see if we can / should convert them to PNPM: ``` $ find ....

infrastructure :house:

Some of our wireit tasks could be internally faster using built-in tool-level caching. So far, we've done this with: - eslint Things we could also research for incremental caching: -...

infrastructure :house: