ღゝ◡╹)ノ♡ hanach.in

home diary

すごい広島

19 Apr 2014

デバッグ用のWebサーバーが欲しい by hanachin · Pull Request #23 · codeforkanazawa-org/5374

このPull Requestでコメントいただいたeielさんがやってるすごい広島の、参加したらやることのissue立てたり、Pull Request出して貢献させるユニークな参加方式が、OkinawaDevOps #3で採用されてて、スピード感すごかった。

Konjak

進捗悪い

XMLをparseしたとき空行のtext nodeが交じらないようにする

ruby - Avoid creating non-significant white space text nodes when creating a Nokogiri::XML or Nokogiri::HTML object - Stack Overflow

便利情報だった

its

rspec/rspec-its

外部gemにでた。.rspecあたりに-rrspec/its書くとよろしい。

ooedo

楽しそうだった。

json話

スライドは多分これ

JSONの仕様はECMA-404読む限りだと、[]{}以外もOKによめたんだけどrfc4627では

A JSON text is a serialized object or array.

となってて残念な感じだった。 紹介されてたRFC 7159では

o Changed the definition of “JSON text” so that it can be any JSON value, removing the constraint that it be an object or array.

となっていて安心。