Jacek Sieka fc16b81caf
chore(nim): use compile-time string formatting (#13945)
Nim 2.2 comes with compile-time string formatting that doesn't raise
exceptions if the format string is invalid - instead a compile-time
error is given.

This PR introduces a backport of that feature which improves performance
and reduces the risk that formatting causes the app to crash and will
help migrating the codebase to newer nim versions that track exceptions
more carefully.

There should be no change in runtime behavior (except formatting being a
bit faster)
2024-03-13 18:38:54 +01:00
2024-02-06 12:39:05 +01:00
2024-02-06 12:39:05 +01:00
2024-03-11 17:08:09 +00:00
2023-11-30 13:58:17 +00:00

Status-desktop

Desktop client for the Status Network built with Nim and Qt

https://github.com/status-im/nim-status-client/blob/master/screenshot.png

Description
Status Desktop client made in Nim & QML
https://status.app
Readme
Languages
QML 37.6%
JavaScript 30.4%
Nim 19%
Python 5.8%
C++ 5.4%
Other 1.7%