Zijing Zhang
Zijing Zhang
> 补充:vscode上如果加上`#[no_std]`提示`cann't find crate for test` refer > > > [rust-analyzer/rust-analyzer#3801](https://github.com/rust-analyzer/rust-analyzer/issues/3801) 不起作用。我的配置: ```jsonc { "rust.target": "riscv64gc-unknown-none-elf", "rust.all_targets": false, "rust-analyzer.cargo-watch.allTargets": false, "rust-analyzer.cargo-watch.arguments": [ "--target", "riscv64gc-unknown-none-elf" ] } ``` 使用的插件:两个都试过,都不行。 错误信息: ```...
I wrote a wrapper in C# and now this feature has been implemented only for Windows. You can download it then have a try.
My proxy server do not support https
expectation is https connection should be proxied by a http proxy server
Tried set http://127.0.0.1 or 127.0.0.1 as host. but they are setting https proxy server which won't work
For example: ``` sh -c apt-get update -qq >/dev/null W: Failed to fetch https://download.docker.com/linux/ubuntu/dists/jammy/InRelease Could not handshake: The TLS connection was non-properly terminated. [IP: 127.0.0.1 7890] ```
Thank you for your feedback. Do you remember using bcrypt to encode your original password?
Try the new version
I will set up a Debian vm to test it, and thank you for reporting---- On Sat, 2023-02-18 20:24:47 ***@***.***> wrote ---- Thank you for your quick response! The previous...
I think we can download the installer and execute it manually. ```bash curl -sL "https://raw.githubusercontent.com/pluveto/flydav/main/scripts/installer.sh" -o /tmp/flydav-installer.sh sudo chmod +x /tmp/flydav-installer.sh sudo bash sudo rm -f /tmp/flydav-installer.sh ```