Donald Buczek
Donald Buczek
Btw: This depends on the `--link-dest` option used in the script. A quick debugging session shows the following series of events: - first failure is the attempt to link `hallo.txt`...
What _is_ the decision here? Apart from the license problem and the security problem of installing binaries, rustdesk+sciter crashes on our systems (scientific GNU/Linux, no distribution) e.g. when just run...
Sorry, late to the party. > Probably we need to see how such a problem is solved for loop devices. - Userspace tool opens the file and passes the file...
> deliberate destructive actions of the user Or the accidental destructive action by the user or one of the tools the user is using, which also uses the `i` attribute...
Just FYI: Instead of using a custom `SocketAddr` enum, you could use `socket2::SockAddr` [1]. The `socket2` crate is already a dependency. I have tried this approach and fixed all errors...