soerlemans

Results 3 issues of soerlemans

The following function will ignore trailing empty lines. ```applescript on line_count_without_trailing_empty_lines(_source) set _lines to (length of _source) if _lines = 0 then return 0 repeat with _index from _lines to...

Implemented rate limiting for short scan. Let me know if you have any remarks pertaining to the feature implementation. Another note it seems the source code has not been formatted...

So I have been using Cereal for roughly a year now for a personal project. And recently I carelessly swapped out a `double` for the new `std::float32_t` added in C++23...