You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see an ability to append to the bottom of existing file (similar to echo "aaa" >> bbb.txt), will be useful for applications which want to write to the same file, but has to be restarted sometimes.
Current monix.nio.file.appendAsync requires startPosition, which one has to know from somewhere, can it be done to "end of file" automatically?
The text was updated successfully, but these errors were encountered:
Hello!
I don't see an ability to append to the bottom of existing file (similar to
echo "aaa" >> bbb.txt
), will be useful for applications which want to write to the same file, but has to be restarted sometimes.Current
monix.nio.file.appendAsync
requires startPosition, which one has to know from somewhere, can it be done to "end of file" automatically?The text was updated successfully, but these errors were encountered: