Bruno Fonseca

Results 6 issues of Bruno Fonseca

React native does not expose Node runtime modules like `os` or `fs`. There are react-native versions of this modules (`react-native-os` and `react-native-fs`). Maybe node-config could define these react-native specific modules...

Is there a way to test if a component got some local class in my own app tests? Suppose i have a component like this: ``` test ``` How can...

I'm using this config in a addon i'm working on ``` cssModules: { headerModules: [ 'addon/styles/mystyle.scss', ], extension: 'scss', intermediateOutputPath: 'app/styles/_modules.scss', } ``` Where i have a sass variable declared...

I'm creating CoreOS cluster through Terraform and to provision this machines with ansible i need to set ansible_python_interpreter in the inventory file. Is there a way to set this variable...

As documentation states the globalVars option prepend variables to the files. But i geting a parse error. The only file i use in assemble-less configuration is main.less that imports a...

How about to treat ng-disabled?