2014年9月30日火曜日

    Haxe 3 Migration - Haxe
    
        replace js.Lib.document with js.Browser.document
        replace js.Lib.window with js.Browser.window
        replace js.XMLHttpRequest with js.html.XMLHttpRequest or js.Browser.createXMLHttpRequest
        replace js.Storage with js.Browser.getLocalStorage/getSessionStorage
        replace unknown types previously in js.Dom with their equivalent in js.html

NixOS の 設定

 そうです、その理解でほぼ合っています。整理するとこうなります。 1️⃣ configuration.nix の役割 NixOS の システム全体の設定 を書くファイル。 ここで指定するもの: インストールするパッケージ(例: git , vim-ful...