Alex

Results 8 comments of Alex

@Brian-Gaffney makes an excelent point, I use that destructuring a lot on react pure components and I'm a little tired of using `// prettier-ignore` plus I found myself on this...

Hey @jonschlinkert what about a function that returns the patterns as useful RegExp for Node, what I'm trying now is ```js const filename = 'expedition.log' const [logPattern] = ['*.log'] if...

hey @wll8, where am I supposed to write ``` $js = (...arg) => { // This is the nodejs execution environment const base64 = require('base64') return base64(arg) } ``` because...

@mozmorris what if the solution is to use same as front camera for mobile and paint white or yellow pixels from the screen (in this case from the camera area...

have you tried? prepending, `React`, like: ``` jsx Button.propTypes = { ... enabled: React.PropTypes.func, ... }; ```

Hey @DanTheMan827 is not a bad idea but will add a little bit of coupling one to webpack and other few but I'm open to evaluating it from a PR...

Totally, PRs are welcome I'll dig into this later, thanks for raising the issue :pray: