Wez Furlong
6adb43221f
Expose text wrapping function as kumo.string.wrap
...
Extracts the wrap function to its own little crate and expose that to
lua.
2025-10-29 12:06:06 +00:00
Wez Furlong
7cf6b93783
memory: allow setting soft and low memory limit/thresholds
...
If you have a lot of RAM, using only default percentages could
potentially leave some RAM unused. These lua functions
allow more precise control over the limits.
2025-02-20 12:06:12 -07:00
Wez Furlong
1ce8239dd9
add kumo.string.eval_template function
2025-02-20 08:52:04 -07:00
Dirkjan Ochtman
18db31f204
Manage all external dependencies at the workspace level
2024-11-13 13:50:27 -07:00
Wez Furlong
10bb7f2717
Add some string and regex functions
...
closes: https://github.com/KumoCorp/kumomta/issues/220
2024-06-21 17:20:04 -07:00