John Rodler

Results 9 issues of John Rodler

When I do `firebase deploy` I get the following: ``` === Deploying to 'fireapp-a85bd'... i deploying functions, hosting Running command: npm --prefix "$RESOURCE_DIR" run lint > functions@ lint /Users/x/Sites/firestarter/functions >...

Got it working by changing the test key to `/\.js$|\.jsx$/,` in `karma.conf.js`. And you have to put the suffix on each .JSX file in each module and in the test:...

I've also added auth to my project, and initially the `firebase deploy` was throwing errors for missing packages (@angular/router, angularfire2, rxjs-compat) so I installed them to get by the errors....

The initial view (not the splash screen) height appears short when `viewport-fit=cover` is on the viewport meta tag. There doesn't appear to be a way to resolve this using only...

Why not use this approach (until a proper Angular-specific package arrives)? - include the JS files in `/assets/js/` - add JS files to `angular.json` (projects » architect » build »...

- [x] I am on the [latest](https://github.com/vercel/hyper/releases/latest) Hyper.app version - [x] I have searched the [issues](https://github.com/vercel/hyper/issues) of this repo and believe that this is not a duplicate - **OS version...

I'm running decrypt on the client and getting this error when passing it a string. No error when passing no parameters... Thx

Having a tough time adding this to a project - [react-webpack-node](https://github.com/choonkending/react-webpack-node) Able to log "opts", "css", and "styles" output, so it's getting good data. Wondering if the Server Side Rendering...

Wondering if it's possible to set a blank (" ") value for the `maskChar`? Thx