Philipp Brumm
Philipp Brumm
Cool! ...Also, a way to store images in the folder, and reference them in the css would be nice :3
I think I figured out the values, but setting `xScaleOverride: true` doesn't seem to change rendering at all, unfortunately.
Hey, thanks for the fix. I went to try it out today and ran into some problems. These are my options: ``` xScaleOverride: true, xScaleSteps: 5, xScaleStepWidth: 86400000 * 14,...
Thanks a lot, I'll check it out asap
I'm not sure since when, but JSX does seem to support comments: http://facebook.github.io/react/docs/jsx-in-depth.html#comments
Alright! Good to know. I'll take a look next week. Should really just be a matter of parsing the html and delegating to the respective detective (it even rhymes)
Hey, thanks for the report! Yeah, I never got around to making this work :) I really gotta spend some time on Tako and make it nice again
Check here: https://github.com/brumm/tako/blob/3e697cce868513113b32e5b24c81043ec2c84c55/src/api.js#L7-L11 We're already using `bottleneck` to rate limit requests as per Github's recommendation :) About batching—unfortunately Github does not offer any way to get the most recent commit...
Hm good point. Each file or folder spawns a request to `repos/${user}/${repo}/commits?page=1&per_page=1&sha=${branch}&path=${path}` to get the latest commit message and date. That's the part we can't really do anything about save...
All great points!