Brooks Becton

Results 10 comments of Brooks Becton

Hey! I'm new to helping with issues on Github, but I would really like to hop on this. I'm familiar with python so we can use reddits bot library to...

Is this one up for grabs? I see that it was assigned in March

I poked around a little bit. https://github.com/buttercup/buttercup-desktop/blob/master/src/renderer/components/file-manager/sources/dropbox.js#L59 Is this where it should be showing up at?

I can do this one! I have a similar logger that uses redux-logger with useReducer https://www.npmjs.com/package/useloggedreducer I think this would be similar, but just use Reactotron.log Any thoughts on what...

I have a few things going here: https://github.com/brooksbecton/reactotron-react-hooks I am using the useEffect to track state ```js useEffect(() => { Reactotron.trackState({ count, name }); }, [count, name]); ``` I able...

Yeah I think monkey patching is the only way you'll grab everything. I personally don't use the useReducer a whole lot, so I guess you would path useState too? That's...

Any advice on monkey patching or do you have any spots in the code that already do this?

I have a little experience in jest/enzyme testing and wouldn't mind helping. I've never done electron stuff though. Is macOS required to run this project?

@denvaar I have a PR in at #9 . I had to change some of the start scripts to get it to work for me and I think 'electron-prebuilt' has...

I was looking at adding a travis file so that you could see if all the tests pass when someone makes a PR to master. Is that something you'd want...