Skip to content

Issue with transforming keys to kebab-case #13

@hamann

Description

@hamann

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions