Matt Spaulding

Results 8 issues of Matt Spaulding

I would like to be able to groupBy and then create sub groups within the groups.

![image](https://user-images.githubusercontent.com/3589877/33632095-9aecdfa0-d9da-11e7-82d8-07ff811fae11.png)

The gulp injector is not recognizing some of the files that the application requires. The `bower.json` only references this file > "public/build/jsondiffpatch.js" but all of these are needed > "public/build/jsondiffpatch.js",...

Is there a way to find the current number of day trades and what they are?

Code being executed: ```js var Robinhood = require('robinhood')(credentials, function(){ Robinhood.accounts(function(err, response, body){ if(err){ console.error(err); }else{ console.log("accounts"); // This returns the margin buying power console.log(body.results[0].margin_balances.unallocated_margin_cash); } }) }); ``` ### Expected...

When I apply a template, the **Title** of the template is also added. I don't want the title in there. Just show the template.

### Version Tell us which versions you are using: - react-native-image-crop-picker latest - react-native v0.73.6 ### Platform Tell us to which platform this issue is related - iOS - Android...