YarnBall
YarnBall
1. `npm install react-moment --save ` 2. `npm i input-moment --save` 2a. Above gives me the error: ``` [email protected] /Users/mac1/Dev/A51/FrontendReact/FireRedux └─┬ [email protected] ├── [email protected] ├── [email protected] ├── UNMET PEER DEPENDENCY...
Hi, This seems amazing. I'd like to use it, but the "persona" registration method is being withdrawn by Mozilla (in a few months). Do you offer any other methods of...
Hi, Great work I'm trying to add another field of text to fill out in the todo list. However, it does not actually get added to the list (it is...
Hi, I've had a poke around the repo, and wasn't able to determine how possible this might be. I feel it would be incredibly useful if it was possible to...
Hi, Thanks for this great plugin. I'm using wordpress (4.2.x). This is my functions.php: `add_action ( 'init', 'mobile_redirect' ); function mobile_redirect() { if ( is_page( 'Download' )) { require_once( get_template_directory()...
Hi, Thanks for the great work with this. At the login page, it doesn't mask the password. I tried fixing in "src/components/LoginPage.js", and changing it to: ``` ``` But that...
Hi there, I may be missing something obvious- but I have not been able to "find" any Vue components, aside from the initial wrapper. For example: In /main.js I'm importing...
Hi, Firstly, I wasn't familiar with Browsify (ie to do the require ES5). I'm building an Ionic app. I so to get it working, I just added the "/ionic-native-transitions/dist/ionic-native-transitions.js" script...
Hi, Great work on this. Is there a way to use the `RequreAuth` function only load the files once the user logs in? I have a problem where a lot...
Hi, Please give a guide on how to setup/install this for newbies. I've tried "npm install" without success. Thanks,