Magnus Markling
Magnus Markling
@leviska Did that PR fix the problem? (=> Was it due to the crates having the same name?)
How did you install zoxide? I'm assuming Homebrew going forward. Are the completions not downloaded or just not _loaded_? What is the output of `brew info zoxide`? What is the...
AFAIK, `cargo install` can only put piles in `.cargo/bin`, so I wouldn't expect the completions to be working from there. I would suggest using `homebrew` for installation, which installs the...
Actually it works perfectly for me on latest MacOS.
Looking at "Files changed" it seems the adding of .mts and .tcs is the only thing being done by this PR (the other changes you write about were reverted).
I've started looking into this. I made some additional comments in the linked issue https://github.com/obi1kenobi/cargo-semver-checks-action/issues/54 I basically see three ways forward here: - get _cargo-semver-checks-action_ to add a pass-thru property...
Update: My PR in that repo was merged today. I'll have a look at the associated cache key bug as well, and then I'll come back to finally solve this...
Glad I could help! (As mentioned, there is still a chance that we're running into a caching issue in that action with different targets, but I'll get to that shortly.)
Looks dead to me. And as you say, it doesn't work... On the other hand, this extension works just fine. Suggest using it instead. https://github.com/amoosbr/vscode-markdown-nomnoml
I recently started looking into https://github.com/google/zerocopy/issues/357 and I think there is a small mixup of concepts here: @joshlf talks about using this action with a different _target_, while @obi1kenobi mentions...