vsl-iil
vsl-iil
I'm glad that this repo even includes unit tests for this great program, however, it would be nice if you added a way to uninstall it. Undoing make commands manually...
### Details While it makes sense to keep trying to install some packages that failed to install the first time, redownloading packages that failed hash check after each reboot seems...
# Describe the bug Debug log shows time-outs of most of the connections, for example: > CONNECT connectivitycheck.gstatic.com:443 HTTP/1.1 Host: connectivitycheck.gstatic.com:443 Proxy-Connection: Keep-Alive User-Agent: Dalvik/2.1.0 (Linux; U; Android 10; CPH1931...
Libtool spits out the following list of errors: ```log libtool: error: Could not determine the host path corresponding to libtool: error: '/home/visilii/file-windows/file/src/.libs' libtool: error: Continuing, but uninstalled executables may not...
This solves issue #24 by updating `cargo_toml` crate version. Had to make slight modifications to the code due to other updates in crates. I don't have any projects with a...
I attempt to compile the following code with `experimental-async` feature enabled: ```rust #[pyclass] struct Sender { _inner: IPCSender } #[pymethods] impl Sender { #[new] async fn new(printname: String) -> PyResult...
Trying to compile Melkor using `gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04)` on Ubuntu 24.04 x86_64 (WSL2) resulted in multiple definitions of `PAGESIZE` in `melkor.h`. The fix is defining global variable PAGESIZE...