-
Notifications
You must be signed in to change notification settings - Fork 4
#29 - Added non-prefixed version of flex-flow for non-Chrome browsers #30
Conversation
…it. I was unable to test locally as react isn't working for me, but I see the markup fine on production.
I'll test it... |
Right now I'm seeing |
Hmm, I only changed one line of CSS, so I'm pretty sure that wouldn't affect it, but maybe @Crevax could weigh in too. I don't see that error, but I also don't see the projects locally. I do see the projects on production, but @jacebrowning was having intermittent issues seeing them there yesterday. Sounds like an issue at Github? |
https://api.github.com/orgs/friendlycode/repos says it's being rate limited:
|
Ah, good catch! Maybe we need to look into caching the projects daily (or even weekly) as part of #12. |
I'm surprised we're exceeding the 60/hr limit. While authenticating would increase our limit to 5000/hr, caching the results would be a good to do as well. |
Want me to add a bug/feature request, or is this still part of #12? Either way, we should probably document somewhere other than here :) |
Submit another issue. 👍 This looks good to merge! |
👍 |
#29 - Added non-prefixed version of flex-flow for non-Chrome browsers
I was unable to test locally as react isn't working for me, but I see the markup fine on production. Could do with someone verifying change, or push and be damned ;)