memo

Results 5 issues of memo

When the transmission is interrupted while downloading a file without checksums, the partial file ends up in the cache. Coursier does not detect that the download is incomplete. This can...

Coursier runs out of memory when downloading a large file (750 MB) from a URL that ends with a slash (such as `example.org/foo/`). The problem comes from `Downloader#doTouchCheckFile` where the...

On Linux, I use Mono to run the cicdec.exe. It works fine for some installers, but fails to detect the version 35 of this one (it works correctly on Windows):...

When serving a simple static file server, occasionally the zio-http server sends invalid HTTP responses that lack all headers. I've used the command `tcpflow -i any -C -g port 8090`...

bug

On Windows, removing a directory on OneDrive fails with a `java.nio.file.AccessDeniedException`, even if the folder was created by os-lib. ```scala os.makeDir.all(os.home / "OneDrive" / "Documents" / "foo") // or move...