I ran into to the warning that my exercise names are identical. The reason for this was that only the first 20 characters are used for the comparison. Something like
Konfidenzintervalle Teil 1
Konfidenzintervalle Teil 2
e.g. is therefore not possible without generating the warning and having sub-optimal chunk-names.
I set the limit to 99 in my fork and as far as I see there were no negative consequences and everything works as intended now.
Is there a specific reason for the limitation to 20 characters which might result in undesired behavior down the line if one weakens it to 99 chars?
I ran into to the warning that my exercise names are identical. The reason for this was that only the first 20 characters are used for the comparison. Something like
Konfidenzintervalle Teil 1
Konfidenzintervalle Teil 2
e.g. is therefore not possible without generating the warning and having sub-optimal chunk-names.
I set the limit to 99 in my fork and as far as I see there were no negative consequences and everything works as intended now.
Is there a specific reason for the limitation to 20 characters which might result in undesired behavior down the line if one weakens it to 99 chars?