Alon Alexander

Results 4 issues of Alon Alexander

This is a simple implementation of a drop duplicates functionality using existing sources. It only supports saving the first duplicated element. In the future (or now), we may want to...

Solves [#5994](https://trac.cppcheck.net/ticket/5994). A few notes: - I don't know where is the correct place to put this check (I don't think it is where I put it, but moving is...

Fixes #35 - Combined `from_stream` and `from_bytes` by creating a `as_stream` utility. - Fixed a bug in `from_stream` where bytes hooks can change the field object (with code which already...