This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/09/08 にQiitaに投稿した記事のアーカイブです | |
| --- | |
| @armorik83です。勤務中に動かなくて焦ったのでメモ。 | |
| https://github.com/hokaccha/nodebrew#install | |
| Yosemiteでは、これを使わないと正常に動かないようです。`homebrew`経由でインストールした場合、`curl`が正しく動かずに以下のエラーが表示されます。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/10/11 にQiitaに投稿した記事のアーカイブです | |
| --- | |
| 東京に引っ越した@armorik83です。 | |
| 引っ越してから長らくデスクが整っていなかったので、こういった記事を書く気力が無かったんだが、やっと整ったのでその勢いで。 | |
| 今回のテーマは、Scala.js学習の一環として[scalajs-react](https://github.com/japgolly/scalajs-react)の[サンプル](https://github.com/tastejs/todomvc/blob/master/examples/scalajs-react/src/main/scala/todomvc/Main.scala)を読んでみたというもの。JavaScriptエンジニア目線でのScalaとして扱う。学習ノートで進めた順序通りに記事も執筆しているため多少構造が散漫になっていることは了承いただきたい。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/12/02 にQiitaに投稿した記事のアーカイブです | |
| --- | |
| 【160325追記】この記事はAngular 2 alpha時代に初稿を仕上げ、それ以降は変更にあわせて保守を続けていましたが、そろそろ差が大きくなってきたため[改稿版として別の記事を用意しました。](http://qiita.com/armorik83/items/ae737ab584012a0f5876)今後はそちらをご覧ください。 | |
| --- | |
| @armorik83です。初日である昨日は、このアドベントカレンダー最大のサプライズとして@btford氏に寄稿していただきました。アドベントカレンダーの立ち上げ直後からオファーし、日本の「アドベントカレンダー」という特殊なTech系の事情を説明し、Angular 2のカレンダーをぜひ飾ってほしいという旨で依頼したことを覚えています。直前になって、時差で向こうはまだ11月なため日本のカレンダー開始に気付いていなかった、という笑い話も乗り越え、公開にこぎ着けたことを喜ばしく思います。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/06/23 にQiitaに投稿した記事のアーカイブです | |
| --- | |
| @armorik83です。いま業務で扱っている機能に[jqeury.atwho](https://github.com/ichord/At.js/tree/master)というプラグインを導入しているが、補完候補の全項目が`undefined`になるというバグを踏んで解消に2時間程度持って行かれたので、ここで共有しておく。 | |
| - https://github.com/ichord/At.js/blob/183266662aae77a4c4d2a431ce0165f46e125476/dist/js/jquery.atwho.js#L351-L357 | |
| ```js | |
| if ($.isPlainObject(item)) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/07/04 にQiitaに投稿した記事のアーカイブです | |
| --- | |
| どうも@armorik83です。 | |
| 周りを見渡すと、ちょうどElixirやってる人やRust始めちゃってる人が居たので、自分もなんかやるかーと思って、Scalaに手を出そうかな。せっかくScala.jsなんていう最高にロックなAltJS(?)があるので、まずはそこを足掛かりにしていく。 | |
| ちなみに日本だけだろうが、`Scala.js`で[ググる](https://www.google.co.jp/search?q=Scala.js)と公式を押しのけてトップに現れるブログがある。イカでいう「もうここも塗られてた」状態である。さすがだ。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/07/08 にQiitaに投稿した記事のアーカイブです | |
| --- | |
| 追記: やっぱり作る必要なかった。https://github.com/woothee/woothee-js | |
| --- | |
| こんにちは、@armorik83です。[cw-user-agent](https://github.com/crescware/cw-user-agent)を作りました。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/07/22 にQiitaに投稿した記事のアーカイブです | |
| --- | |
| どうも、@armorik83です。先日ひとつの案件が終わり、次の案件まで少しばかり休暇があったので、その隙に[Scala.js](http://www.scala-js.org/)の学習を進めていました。[導入については前回の記事を参照](http://qiita.com/armorik83/items/b6528fffb705fc041a51)。 | |
| 本稿では、前回の記事以降に解決したいくつかの疑問についてまとめます。 | |
| # Q. Scala.jsが出力するJSはとても読めない? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/08/03 にQiitaに投稿した記事のアーカイブです | |
| --- | |
| こんにちは、@armorik83です。[ESLint 1.0.0](http://eslint.org/blog/2015/07/eslint-1.0.0-released/)がリリースされました(今朝Twitterで気付いた)。以前[`.eslintrc`を晒した](http://qiita.com/armorik83/items/861e8b883ea5893a3320)あとあまり面倒を見てなかったので、これを機に動向を追ってみました。 | |
| 1.0.0新ルールまとめとしましたが、前回の記事以降にリリースされたv0.21.0からv0.24.0も扱います。全ての変更点やBreaking Changeは扱わず、新ルールだけ取り上げます。 | |
| # v0.21.0 (May 10) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/05/13 にQiitaに投稿した記事のアーカイブです | |
| --- | |
| 151223現在、beta.0がリリースされましたので本稿のサポートは終了します。 | |
| --- | |
| 150721現在、Angular 2.0.0-alpha.31がリリースされています。~~数版前にDeveloper Previewと銘打ったのは何だったのか~~API変更がけっこう多いので、覚えている限りのAPI変更を記しておきます。記憶から抜けているものがあったら下のコメント欄で補足願います。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015/05/22 にQiitaに投稿した記事のアーカイブです | |
| --- | |
| こんにちは、@armorik83です。私のAngularJS歴は2年弱で、これまでAngularJSに関する記事はQiitaにたくさん書いてきました。例えば次のような記事です。 | |
| - [AngularJSアンチパターン集](http://qiita.com/armorik83/items/b00818ecaf2e93734b36) 2014.9 | |
| - [ここらでDirective Scopeの@=&をまとめておきたいと思う](http://qiita.com/armorik83/items/72f12cb3a6f040fb8364) 2014.9 | |
| - [TypeScriptで書くAngularJSのMVC](http://qiita.com/armorik83/items/0778d757c46e953f3fdf) 2014.2 | |
| - [AngularJS Directiveの処理順を網羅してみた](http://qiita.com/armorik83/items/38fe685cc76163c7e8ce) 2014.12 |