Krishna Kanhaiya
Krishna Kanhaiya
Love you Rust
Additional info: ``` ~$ rust-analyzer --version rust-analyzer ??????? ~ $ apt show rust-analyzer Package: rust-analyzer Version: 20220124 Maintainer: @termux Installed-Size: 23.4 MB Homepage: https://github.com/rust-analyzer/rust-analyzer Download-Size: 4632 kB APT-Manual-Installed: no APT-Sources:...
``` cat coc-settings.json { "rust-analyzer.server.path": { "type": [ "null", "string" ], "default": "/data/data/com.termux/files/usr/bin/rust-analyzer", "markdownDescription": "Path to rust-analyzer executable (points to bundled binary by default). If this is set, then \"rust-analyzer.updates.channel\"...
Thanks, Now I got it.
I didn't try yet, can you explain more about it. Do i need Tasker or automate also
💓
Also, Binary for android as many users like me who want to see sonic on android(Termux)
Just requires fakeroot to access that, try `proot -0` and now use tar.
One can run docker in collab by virtual machine what you call qemu. I tried once and yes I successfully able to run docker in collab.
Adding "android" in switch fix error for now. https://github.com/go-delve/delve/blob/master/service/debugger/debugger_unix.go ```go switch runtime.GOOS { case "darwin": _, err = macho.NewFile(f) case "linux", "freebsd","android": //android added _, err = elf.NewFile(f) default: panic("attempting...