finos/morphir-elm

Consider supporting elm/url

Ouverte

#1 140 ouverte le 8 févr. 2024

 (4 commentaires) (0 réaction) (0 personne assignée)Elm (69 forks)auto 404
discussion neededgood first issuesdk-extension

Métriques du dépôt

Stars
 (51 étoiles)
Métriques de merge PR
 (Merge moyen 3h 4m) (2 PRs mergées en 30 j)

Description

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)

Guide contributeur