Matthew Marcus

Results 13 issues of Matthew Marcus

Would be nice to have all the snippets in the documentation have complete `import` statements of all the packages referenced in each snippet code. When a new Gopher comes along,...

Is there a possibility to allow for the inputs to be custom rendered so that this could be more easily integrated w/ payment processors' react input UI/UX libs? ie. react-stripe:...

How can I set up a component project created w/ `nwb` to automatically install npm/yarn dependencies for _only_ the demo? I'd like to get the `material-ui` dependency out of this:...

## Expected Behavior Referencing fields for archived entries shouldn't result in a TypeScript compilation error ## Actual Behavior Archived entry fields are missing from type declaration, so TS errors abound...

Shouldn't this line include `extends Server.ServerOptions` from the `http-proxy` package? https://github.com/vagusX/koa-proxies/blob/master/index.d.ts#L7 Considering the fact that it looks like the options object is being passed along wholesale to `http-proxy`, seems like...

I have this yml setup: `/circle-matrixes/build-assets.circle-matrix.yml`: ``` env: - BUILD_ASSETS_TASKNAME="layout" - BUILD_ASSETS_TASKNAME="spa" - BUILD_ASSETS_TASKNAME="third-parties" command: - npm run build-assets:clean-static - npm run build-assets:$BUILD_ASSETS_TASKNAME - npm run build-assets:top-nav - npm run...

# Issue summary Write a short description of the issue here ↓ This is more of a "question" than a "bug", but it seems GH Discussions aren't enabled on this...

So I'm trying to figure out how to develop an app locally, while it's also already been deployed and available to preview in my partners account. I've set the site-url...

The events example here: http://www.virtuosoft.eu/code/bootstrap-touchspin/ shows how when you use the mouse wheel (or scroll touchpad on a macbook) to change the value, the events are not firing. The only...

I tried installing using your npm instructions, both w/ the `-g` global flag and without. I'm getting the following result in both cases. Am I doing something wrong? ``` $npm...