Image
user avatar
marais
@slightlycode
Brisbane, Queensland
Born January 11
Joined March 2014
  • user avatar
    Signs of a maturing developer; being okay with deleting something you're proud of making.
  • user avatar
    Image
  • user avatar
    Replying to @tsoding
    but insist on optimising the build tools to nanoseconds that build the apps that take 20 seconds to load.
  • user avatar
    Replying to @jamonholmgren
    so beautiful hey! the teams been hard at work
  • user avatar
    We just have to all remember how you copied colorette from kleur. Seem everyone in the ansi space all copying from each other. Just congratulate nanocolors โ€” spotting a perf boost where no one else did. Took the best of all worlds.
  • user avatar
    ๐Ÿ“ฃ friends pinch me, I'm out of this world excited about joining @GitHub! Let's gooo~!
    Marais joins @GitHub as a Software Engineer
  • user avatar
    Replying to @rockatanescu and @github
    Thanks! I'll chase this up internally, if there's not already an issue! ๐Ÿ’ž
  • user avatar
    fetch(`/graphql`, { body: JSON.stringyify({ query: '{ some { thing } }' }) slightly more characters, but other than that you can be on your way
  • user avatar
    Replying to @DOTA2
    ๐Ÿคฏ no cosmetic items this year!?
  • user avatar
    TIL there is a 3rd+ argument to setTimeout!
    setTimeout with third argument of gday
  • user avatar
    Replying to @jarredsumner
    you've got a laundry list of bugs building up man, I don't want to tell you what to do, so take this as friendly advice. But if i was in you, but as me; id focus on stability and reliability as a priority now. you can always make things faster, we respect you for that. but
  • user avatar
    Replying to @itokatv and @DOTA2
    super shit ya. only reason to progress levels is silly stickers, wtf!
  • user avatar
    Speed up your node_modules cache restore within GitHub actions with this little trick. Its faster to restore 1 big file, than 100's of small files โœ…
    Image
  • user avatar
    Replying to @stefanjudis
    Not sure if anyones mentioned, but you can also remove a branch on the remote with colon: `git push origin :branch`