• Joined on 2026年01月17日
evanmico commented on pull request tsuniko/osufetch#3 2026年01月18日 23:07:47 +01:00
feat: use default system locale for all integer number formatting

Did some looking and it definitely seems like a rabbit hole, so far only found the option of running a c function in an unsafe external block to be able to convert numbers to a specific locale.

evanmico pushed to main at evanmico/osufetch 2026年01月18日 19:53:16 +01:00
7535e3601d added team to module list
8aecc2ee90 fixed a typo and added a module list to the README
811fd23389 fixed the version number
9432d46f61 added metadata for cargo-deb and cargo generate-rpm
86f3e7b6b2 added the sys-locale crate because num format's locale detection doesn't work on windows
Compare 11 commits »
evanmico commented on pull request tsuniko/osufetch#3 2026年01月18日 19:14:43 +01:00
feat: use default system locale for all integer number formatting

ah, I was worried about that being a concern, I just do my dev work on Linux so I didn't catch that one. Glad that there is an alternate. Have you seen any alternate to num_format that can also...

evanmico created pull request tsuniko/osufetch#3 2026年01月18日 02:15:36 +01:00
feat: use default system locale for all integer number formatting
evanmico pushed to feat/formatRank at evanmico/osufetch 2026年01月18日 02:00:16 +01:00
72c5867f17 added with-system-locale feature for num_format and used default SystemLocale to format literally every stat that is an integer.
evanmico created branch feat/formatRank in evanmico/osufetch 2026年01月18日 02:00:16 +01:00
evanmico created repository evanmico/osufetch 2026年01月17日 22:53:03 +01:00