Marco Ieni
Marco Ieni
Thanks jr0cket! I just updated the first comment/
I noticed that `spc b hjkl` and `spc b HJKL` are totally different in spacemacs now in the `develop` branch. I don't think their key bindings make a lot of...
Yes, in theory they belong to the windows menu, but if there isn't something better 🤷
It happens the same in rust when there is no `Cargo.toml` for the workspace. See [here](https://github.com/MarcoIeni/rust-monorepo-example/runs/4570798847?check_suite_focus=true) for [this](https://github.com/MarcoIeni/rust-monorepo-example/tree/3a09a81202a8ee72e249b06a6cb451b4b3672c56) repo. But even if I add it nothing changes, so maybe I...
Isn't `cargo-audit` cached now? See [here](https://github.com/actions-rs/audit-check/blob/35b7b53b1e25b55642157ac01b4adceb5b9ebef3/src/main.ts#L19). If yes, this issue can be closed.
Installing the toolchain before running the action fixed it: 
You can already do this: - [code example](https://github.com/MarcoIeni/release-plz/blob/a9ffffba40235e362350cd39ec9dc746532f492d/crates/next_version/Cargo.toml#L16) - [docs](https://docs.rs/cargo-edit/0.9.1/cargo_edit/)
I close this issue because of https://github.com/killercup/cargo-edit/issues/820#issuecomment-1272425586
Instead of inheritance, we could use composition, i.e. we have some group of bindings called "shared c/c++" and both c and c++ include those bindings. This could be useful because...
Something like this: ```json { "vspacecode.bindings": { "type": "array", "markdownDescription": "The bindings of the which key menu", "lsp": [ { "key": "=", "name": "+Format", "type": "bindings", "bindings": [ { "key":...