elm-book
elm-book copied to clipboard
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.10 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.5 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
p241 の先頭行にtypoあり。 誤: Browser.applocationを使って 正: Browser.applicationを使って
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...
第2版の際にご検討ください! p65, p92, p93 などにでてくる青い背景のコードが 「ファイルに書いてもエラーになるし、そのままreplに打ち込んでもエラーになる」 という初見の人がけっこう筆者の意図を汲む必要がある感じになっています。 関数の定義は青背景にして、それ以下の `message user1 -- Hello, Taro` みたいな実行例は白背景黒囲いの表記にしてreplで実行することを明示した方が混乱は少ないと思います。
こんにちは! p120 ~ p121 のコード内では ``` [ input [ value model.input, onInput Input ] [] ``` と記載されていますが、 p121 `onInput` では ``` [ input [ onInput Input, value model.input ] []...
elm repl 上で `==` を中置演算子として使うとパースに失敗する事象が確認されていますが、おそらく仕様ではなく elm repl の不具合と思われます。  括弧でくくったり変数を使うと正しく評価されるようです。 
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...