🐞 Bugfixes
- [writer] Fix issue when writing big files, where end of buffer could be skipped without notice
This bug resulted in the write method being called without inspecting how many characters has been effectively written. Solved by callingwrite_all
instead.