finos/morphir-elm

Consider supporting elm/url

Offen

#1.140 geöffnet am 08.02.2024

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elm (69 Forks)auto 404
discussion neededgood first issuesdk-extension

Repository-Metriken

Stars
 (51 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3h 4m) (2 gemergte PRs in 30 T)

Beschreibung

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)

Contributor Guide