Michal Čihař

Results 788 comments of Michal Čihař

The make_hash is compiled with host toolchain since 2393833, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841644

Patches welcome :-)

I did change only js as I did not notice the ts.

The memory error is expected in this case as it is allocating (roughly) `200000 * 200000 * 4` bytes. I can not reproduce the segfault on my (Debian) system. @scarabeusiv...

Looking again at the code, I think the problem might be in overflow in the `(len1 + 2) * cols * sizeof(size_t)` expression. The allocation then doesn't fail and further...

It should be a sortable list, same as listing projects or components.

Thanks, don't hesitate to ask if anything is unclear. All of the logic (listing, sorting) is already present, it just needs to be applied on this view.

Component lists are not used on Hosted Weblate. You can see it in action here: https://translate.fedoraproject.org/component-list/fedora-34-release/ Related code is here: https://github.com/WeblateOrg/weblate/blob/12b1090216018c4c0fdf13ec29d47ea21ce62f33/weblate/trans/views/basic.py#L464-L480

This feature is not used much, see for example the Fedora site link I've posted in https://github.com/WeblateOrg/weblate/issues/7755#issuecomment-1160114460

Merged, thanks for your contribution!