aeris22’s avataraeris22’s Twitter Archive—№ 75,439

      1. Pour une fois, Ruby me déçoit… 🤔 > onboarding['app'] => "drive" > onboarding.fetch 'app' => "drive" > onboarding[:app] => "drive" > onboarding.fetch :app KeyError: key not found: :app > onboarding.deep_symbolize_keys! => {"app"=>"drive"} > onboarding[:app] => "drive" >
    1. …in reply to @aeris22
      onboarding.fetch :app KeyError: key not found: :app
  1. …in reply to @aeris22
    Ne reste plus qu’à comprendre ce qui débloque sur les BSON::Document pour avoir ce comportement…
    1. …in reply to @aeris22
      Guess what ? La doc dit que « ça marche ». Une nouvelle victime de la doc… #DontWriteDoc #CleanYourCode
      oh my god twitter doesn’t include alt text from images in their API