Danielle Gellis
Danielle Gellis
Hi there, I'm a new player and chose "D" as my name. When I got the "Name too short/long" error message, I couldn't figure out how to change my name....
Thanks so much for this class! It prepared me really well for my interviews- better than any other class/tool I've used! I also learned a ton from your React/Redux class.
This PR adds functionality to crawl a user's events. There is one test that is not currently passing. I'd appreciate some help figuring out how to get that last test...
Our goal is to track contributions by our employees to any open-source project on GitHub. So we'll need to look at each employee’s commits, pull requests, issues, etc. We can...
Currently, we're testing some individual functions in starfish.test.js, and testing our dateTime logic in dates.test.js, but we'd like to have a more robust test suite, including an integration test that...
Currently Starfish does not filter out events in repositories owned by specific organizations. Future users may want to exclude contributions into repositories that their employer owns (key point - one...
See this link for more info conditional requests: https://developer.github.com/v3/#conditional-requests We could use either ETags or the If-Modified-Since header. Making a conditional request and receiving a 304 response does not count...
Currently, `starfish.js` is essentially one massively nested function. This code would be more maintainable if the functions weren't all chained together, calling each other, one after the other. If we...
So we added an env variable IGNORE_SELFOWNED_EVENTS which ignores an event if the author of the event is also the owner of the repo. The intention of this is to...
(NOTE: I made this ticket a while ago, but performance/ amount of time Starfish takes to run has never been a problem for us at Indeed. I think a company...