elm

    0熱度

    1回答

    我使用榆樹建築和我的視圖功能只是div [] [...]。 如何修改視圖函數(或其他函數),以便將favicon-link標記<link rel="favicon" type="image/ico" href="favicon.ico" />(或類似標記)生成到index.html文檔中?

    0熱度

    3回答

    我們正在將我們的強制性大腦轉變爲一個功能最強大的範例。這個功能給我帶來麻煩。我想構建一個數組,其中包含兩對或三對,具體取決於條件(是否refreshToken是null)。我怎樣才能用FP範式乾淨地做到這一點?當然,對於命令式的代碼和變異,我只是有條件地把.push()的額外值加到看起來很乾淨的結尾上。 這是一個「局部變異是好的」FP預警的例子嗎? (我們在用打字原稿到ReadonlyArray強

    0熱度

    2回答

    如何從按鈕獲取標題? decorateOn : String -> Html Msg -> Html Msg decorateOn selectedCaption button = if button.text == selectedCaption then button [ class "selectedNavigationButton" ] [] else

    0熱度

    1回答

    試圖使用Svg和Svg.Attributes。收到錯誤消息 I cannot find module 'Svg'. Module 'Main' is trying to import it. Potential problems could be: * Mispelled the module name * Need to add a source directory

    0熱度

    1回答

    分析任何字符,除了少數的最好辦法,就是用noneOf組合子, 遺憾的是它不工作,如果我以下列方式結合起來: Combine.parse (Combine.parens <| Combine.many <| Combine.Char.noneOf ['"', '\\']) "()" Err ((),{ data = "()", input = "", position = 2 },["expec

    1熱度

    1回答

    如何檢測映像是否無法加載到Elm中? 我使用img [ src "/path/to/image" ],並且想知道圖像是否加載失敗。 在計劃的舊JavaScript中,我將註冊爲onError事件img,但我在Elm中看不到onError。

    0熱度

    1回答

    我試圖用榆樹顯示快速排序的排序過程 [ 5, 8, 6, 2, 4, 1, 0, 3, 10, 7, 9 ] [2,4,1,0,3] 5 [8,6,10,7,9] [1,0] 2 [4,3] [6,7] 8 [10,9] [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] 現在,我可以拿到第2行,但我不能確定如何在遞歸的方式接近這一點。 list_to_ht

    5熱度

    1回答

    我試圖在我的機器上安裝elm(Ubuntu 16.04.2 LTS)。 根據該鏈接上的說明運行$ npm install -g elm,我收到一個權限錯誤。所以我用sudo再試一次,即$ sudo npm install -g elm。 這給出了另一個權限錯誤,即 $ sudo npm install -g elm npm WARN deprecated [email protected]: U

    -1熱度

    1回答

    大多數單元測試框架支持在斷言中有一個字符串,當斷言失敗時它會被打印出來。到目前爲止,我在榆樹測試中看不到這種能力?(!)

    0熱度

    1回答

    以下測試結果屬性「href」屬性在運行時異常: test "search yields profile" <| \_ -> let -- Setup location = Navigation.Location "" "" "" "" "" "" "" "" "" "" "" (model, _) = Home.init