finos/morphir-elm

Consider supporting elm/url

オープン

#1,140 opened on 2024/02/08

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Elm (69 件のフォーク)auto 404
discussion neededgood first issuesdk-extension

Repository metrics

Stars
 (51 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Is your feature request related to a problem? Please describe.

I'd love to be able to leverage the elm/url package - in particular, the ability to do url encoding and decoding

Describe the solution you'd like

Being able to import/use elm/url or the equivalent from Morphir

I've considered implementing the function I need (percentEncode) in pure elm using the EcmaScript spec for the equivalent (which is what the Elm Kernel seems to use under the covers anyway)

コントリビューターガイド