You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function used for transforming keys to kebab-cased keywords has an issue
when the key is mixed with numbers and characters clj-commons/camel-snake-kebab#42
and this is problematic for keys like :runner-02adde85-7802-4039-9bae-85db2d366188, because
such keys will be transformed to :runner-02adde-85-7802-4039-9bae-85db-2d-366188. A simple solution would be to just remove kebab-casing nextjournal@b192dee
Should I open a PR?
The text was updated successfully, but these errors were encountered:
The function used for transforming keys to kebab-cased keywords has an issue
when the key is mixed with numbers and characters clj-commons/camel-snake-kebab#42
and this is problematic for keys like
:runner-02adde85-7802-4039-9bae-85db2d366188
, becausesuch keys will be transformed to
:runner-02adde-85-7802-4039-9bae-85db-2d-366188
. A simple solution would be to just remove kebab-casing nextjournal@b192deeShould I open a PR?
The text was updated successfully, but these errors were encountered: