Jarkko Sakkinen

Results 28 issues of Jarkko Sakkinen

### Problem This transcript emphasizes the problem: ```bash $ cargo uninstall zellij error: corrupt metadata, `/home/jarkko/.cargo/bin/zellij` does not exist when it should $ touch .cargo/bin/zellij $ cargo uninstall zellij Removing...

C-bug
Command-uninstall
S-needs-info

#### Motivation Enarx has multiple internal crates in their own repositories, which are not actively maintained. One of example of them is `mmarinus`. Replacing it with `rust-vmm/vm-meory` makes sense because...

enhancement
triage

Not exactly wolfTPM issue/bug per se, but more like querying on topic. I recently have implemented a patch set for asymmetric TPM2 RSA/ECDSA keys [1], and that made me consciously...

Hi I download the DMG and virus scanner immediately reported that the file is infected with NukeSped backdoor. This is the binary available in the projects main home page.

bug

### Describe the bug Installation instructions are not POSIX compliant, which could be useful e.g. when installing zsh starting from busybox. ### Steps to reproduce ``` $ bash --posix -c...

Would be nice addition if passwords could be supplied with a command given by `password-cmd` like in many other applications. E.g. I use https://www.passwordstore.org/ as my password manager.

feature

Thank you for making Rust GCC better! If your PR fixes an issue, you can add "Fixes #issue_number" into this PR description and the git commit message. This way the...

I tried various ways to integrate this and this is what I've ended up putting to my `.zprofile`: ``` # rusty-tags [ `command -v rustc` ] && RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library/...