Edwin Kofler

Results 141 issues of 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?

enhancement
backburner

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

enhancement
backburner

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...

enhancement

To increase performance

enhancement
backburner

When there is a conflict object/array/string, print the whole object, array, or string and print where in the hierarchy it is located

enhancement

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,...

enhancement