Jayan Sunil
Results
12
issues of
Jayan Sunil
`lazy_static` is largely obsolete in favour of options in the standard library like `LazyCell` and `LazyLock`. I suggest that we migrate the components template to use `LazyCell` (or `LazyLock` if...
good first issue
1. `rat_salsa` is a very useful library for builing TUIs with ratatui, particularly the focus widgets and the mouse interactions. I was wondering whether an async template similar to the...
enhancement