scratch2 icon indicating copy to clipboard operation
scratch2 copied to clipboard

Single-header base C++ classes.

Results 2 scratch2 issues
Sort by recently updated
recently updated
newest added

readline capped at ~1024 chars ran into this debugging some failed serialization (the line was about 6kb)

https://github.com/codecat/scratch2/blob/b951a1d019bfc117fabc57d8baf4d162dc1ebffa/scratch2/s2string.h#L84-L85 1. They're passed as `int` instead of `size_t`. 2. There should be consistent spacing between `operator` and `[]` (like in `stringsplit`).