Tomaž Šolc
Tomaž Šolc
I haven't seen actual Unicode names used in this way. I agree that using them for colon codes wouldn't be the best. The de-facto standard seems to be "short codes",...
On the other hand, `:open_mouth:` is language-specific. In my opinion punctuation smileys (where applicable) would actually be more universal in that respect. The problem of a smiley possibly merging with...
I wouldn't like to target English any more than the fact that Unidecode transliterates into a character set with an US origin. US keyboard layout is mentioned because that is...
Hi. I don't have any concrete pointers. I suggest you use your profiler and check what code in jsonmerge is the bottleneck in your particular use case. If you manage...
There should be no global data kept by jsonmerge that grows with each processed json. It's possible there is a reference leak somewhere, but that would be a bug. It...
This might be caused by a bug in jsonschema related to resolving JSON pointers with empty strings. Using jsonschema 4.18.4 and referencing 0.30.0: ```python from jsonschema.validators import RefResolver doc =...