GitHub: @austinpray or @austinpray-mixpanel
GitHub's required status checks branch protection rule doesn't work with conditional CI jobs. At Mixpanel we built a GitHub App to plug this gap. I'm assuming everyone using GitHub Actions in a monorepo on GitHub at scale has run into this problem at some point.
· devops mixpanelHow do you detect gray colors in code? Starts simple, gets complicated fast when you consider human color perception.
· algorithmsEvergreen advice for absolute beginners on learning to code, what languages to pick, and what equipment you need.
· careerQuick hack: generate all regex permutations and make Slackbot respond to flexible patterns.
· slack hacksA common pattern that's often overcomplicated. Here's a simple solution using XOR logic.
· uiPretty antiquated now, but a fun snapshot of how I used to think about deployment patterns. Some wisdom still holds up.
· devops