Julius Putra Tanu Setiaji
Julius Putra Tanu Setiaji
Relevant to https://github.com/source-academy/cadet/issues/239
https://github.com/indocomsoft/fluminurs/issues/52
Prevent out of space problems (fail preallocation, thus will be retried infinitely by `GenRetry`), and improve performance. Especially given large files like webcasts
Right now all files are temporarily being downloaded to `/tmp` before being moved to their final destinations. However, sometimes files have the same names and conflict, and there are potentially...
Including to port https://github.com/indocomsoft/fluminurs/pull/87
Right now, all errors are processed through `inspect/1` before being passed to the logger. It would probably help debugging a lot if the stacktrace (`__STACKTRACE__`) can be passed on to...