Adam Dierkens

Results 11 comments of Adam Dierkens

@jhpratt > I'll be available to answer questions about ecstatic as long as they aren't about re-publishing or patching older versions of ecstatic. **I'm also not interested in a project...

> This means you can use the chrome-web-store plugin the npm plugin in one repo. I'm assuming you mean you _can't_ use both in the same project? > Each plugin...

> Looks like docs all exist in the gh-pages branch. What's the process for adding to that? The docs are all located [here](https://github.com/intuit/design-systems-cli/tree/master/packages/docs) and get published to `gh-pages` upon release....

> Add `typescript` to the `package.json`? It's already declared as a dependency: https://github.com/intuit/design-systems-cli/blob/master/package.json#L46

Maybe a windows thing? Potentially a npm/node versioning issue? I just tried a clean clone of the repo and did `yarn` and `yarn start` without issue -- but i'm on...

> you can use the path to local executable `./node_modules/.bin/tsc.` Any hard-coded path implies an OS (windows has the opposite path separators). I would expect a lot of this to...

> I get no node_modules after running yarn or yarn install That seems like the underlying problem. Are you on yarn-v1 or yarn-v2?

Tried building it last night on my desktop (Win 10 Pro), and ran into some issues. I'll play with it more and put up a PR or create issues once...

I wonder if this could be made slightly more generic and filter by `tag` rather than an explicit `platform`, but I'd really like to see an expansion of the search/filter...

Loaders can either be `sync` or `async`: https://webpack.js.org/api/loaders/#asynchronous-loaders. In the case where the function passed to `webpack-inject-plugin` returns a `Promise` we simply call `this.async()` on the loader and wire up...