Edwin Kofler
Edwin Kofler
Add core types. Similar to https://github.com/muan/emojilib/pull/223
## Which issues are addressed? Previously, ther were issues with the script not working when directory paths contained whitespace: ```txt /home/edwin/Repositories/Big Things/file/.git ``` ## What's implemented? This fixes that case...
When the length of the array is shorter than expected. Does this already work with keys and objects?
Don't use `declare -p` - instead use `${var@a}` or `${var@A}` on supported Bash versions This is blocked on integrating CI with relevant Bash versions
This allows to set a value on the object hierarchy in the following conditions - if an object of the same type already exists - if an object of a...
When there is a conflict object/array/string, print the whole object, array, or string and print where in the hierarchy it is located
Thanks for this! We use this at [schemastore](https://github.com/schemastore/schemastore) to better sort schema files. ~~Feature request to change the sorting algorithm based on the name of the property. In other words,...