Marco Ieni

Results 505 comments of Marco Ieni

I'm sorry but I can't reproduce your error. ![Peek 2020-10-26 20-05](https://user-images.githubusercontent.com/11428655/97216800-a7bbd380-17c6-11eb-9b37-ed7cf895615b.gif) For me when I press `SPC f f ESC` it goes back to code and when I press `F12`...

Ok, sorry but I think it goes out of the scope of this extension and I don't have time to look into this :(

No, I have no idea why this happens, I ended up removing the `minify` flag when deploying my website :(

Wow, thank you for the workaround, but I would prefer a proper fix in this repo > It's not possible for me to actually construct peripheral instances at all See...

I don't know if this the right place to ask for this, but it would be nice to have guidance for MSRV in Github actions [here](https://github.com/rust-embedded/wg/blob/master/ops/post-transfer.md#ci-via-github-actions-gha). For example the `1.35.0`...

I am specifying the structure of the yaml files [here](https://github.com/MarcoIeni/svdtools/blob/riir/src/patch/yaml_parser.rs). Of course is a work in progress. > This is probably also a good way to document the more complex...

This also avoids users running `cargo install release-plz` on their CI. They won't need to do this because the artifacts will be available. Example: https://github.com/LNSD/sops-exec-action/blob/21428d013a5c079f5dac1afda8b17bd180d24780/.github/renovate.json5#L30 https://github.com/LNSD/sops-exec-action/blob/21428d013a5c079f5dac1afda8b17bd180d24780/.github/workflows/test.yaml#L13 Another automation (unrelated): https://github.com/LNSD/sops-exec-action/blob/main/.github/workflows/release.yaml

Hi, thanks! What's your which key [config](https://vspacecode.github.io/docs/whichkey/reference#config)? In particular, do you have a `delay`?

> record key sequence separately and passing them to command pallet Your analysis seems correct. If the proposed solution doesn't complicate the code too much, I'm happy to review a...