Marcus Ramse
Marcus Ramse
Since both of these functions are implemented as do-while macros (through `vec_pusharr`), there's no way of knowing if the reallocs in them succeeded or not, which is bad. Returning a...
Sometimes it's not obvious that there are more entries that can be scrolled through. Implement an optional scrollbar (with a flag to enable or disable) that's shown when there are...
It would be nice to be able to specify colors (and possibly simple styling) for each line in input. I am a bit unsure how it would be done in...
`onTapDown` on `DataRow2` would be useful to get touch position for creating menus on `onTap` or `onLongPress`. `DataRow2` also already has `onSecondaryTapDown`, so I feel it would make sense to...
If x+width goes off-screen in the negative it would corrupt the framebuffer.
Example of zstd compression with default options:  Sidenote, but creating a torrent file could help with longevity and alleviate hosting as well :)