Bug: When I select values in a YAML list then they are not sorted properly
Nobody has claimed this yet.
Assessment
This issue has not been assessed yet.
Description
This is my YAML file:
resourceServers:
- allow_offline_access: true
enforce_policies: true
identifier: https://bennycode.com/
name: Logical API
scopes:
- value: abc:read
- value: abc:manage
- value: abc:edit
- value: abc:view
When I select the values in the "scopes" section and try to sort them, then these are not sorted.
I want this:
- value: abc:read
- value: abc:manage
- value: abc:edit
- value: abc:view
To become this:
- value: abc:edit
- value: abc:manage
- value: abc:read
- value: abc:view
It works when being sorted in a .txt file but not in a .yaml file.
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from bennycode/sort-everything
-
bennycode/sort-everything#30 · 1 comment · 1 reaction · 2 assignees ·
-
bennycode/sort-everything#28 · 1 reaction · 1 assignee ·
All issues in bennycode/sort-everything
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
bcgov/bc-wallet-mobile#4761 · 1 comment ·
-
external-issue to-triage
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
area-deployment area-integrations triage:bot-seen
Difficulty 2/5 Half a day Newbie friendliness 86/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
refactor
Difficulty 2/5 1-3 hours Newbie friendliness 84/100