Radu Chiriac
Radu Chiriac
Can we fix the showing password field? We could use something like `secureTextEntry`: http://facebook.github.io/react-native/docs/textinput.html#securetextentry PS: Lovely project. Thank you for your work.
I wrote a JSON file named `copy-files-from-to.json` at the root of my project, when I add `"uglifyJs"` in my options, the copied js file is not being processed/uglified. Example: ```json...
Running on Windows here (yeah, I know...) **node** v6.10.1 **npm** v3.10.10 Doing ``` npm install -g generator-react-webpack-redux ``` returns: > Command failed: git -c core.longpaths=true clone --template=C:\Users\RADUCHI\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/react-webpack-generators/generator-react-webpack.git C:\Users\RADUCHI\AppData\Roaming\npm-cache\_git-remotes\git-github-com-react-webpack-generators-generator-react-webpack-git-master-a7b54b2a...
Although I don't think it's an actual issue perse, but I can't seem to attach `gulp-newer` before `gulp-inject`. My `index.html` file gets rewritten every time I change my files and...
I am using `[email protected]` with `showOptionsWhenEmpty={true}`. ```js ``` When I focus my Typeahead, the three elements are displayed but clicking on any of them does not fire the onOptionSelected. Only...
Is there a way I can ignore `calc()` when formatting? The very natural: ``` css calc(#{$content-width} - (#{$spacing-unit} * 2)); ``` transforms into: ``` css calc(# { $content-width } -...
### Description When I do a `Open on Remote (Web) > Open File on Remote`, the URL I am taken to is wrong, concatenation is performed incorrectly. I see too...