Marco Ieni

Results 139 issues of Marco Ieni

Add a way to list crates to be published, for example `cargo ws publish --list`. This will not publish the crates. Instead it will just list the crates that should...

feature

I noticed there is a lot of code duplication in these [CI](https://github.com/lu-zero/cargo-c/blob/master/.github/workflows/rust.yml) jobs: Ubuntu-Stable, msvc-Nightly, msvc-Stable, mingw-Nightly, mingw-Stable. They could be simplified in this way: https://github.com/dandavison/delta/blob/e7d1e281ea539adb91a57c6945dea123fff1bd16/.github/workflows/ci.yml#L11-L39

Idea from #61 Should we add an idiom that suggest to use `Self` inside `impl`? See the PR above for an example. - Disadvantages: readability - Advantages: refactoring

E-help wanted
C-addition
good first issue
A-idiom

Is this possible with rustfmt and mdbook?

C-upstream
M-ci
M-maintenance

Split from discussion in #175 - [x] check if markdownlint allow this (answer: yes) - [x] check if automatic fix is available (answer: not yet)

C-upstream
M-maintenance

Blocked by #184 I open this issue to track some comments that were proposed in the PR below, but that goes out of the PR purpose. We will merge that...

C-enhancement
A-functional

**Is your feature request related to a problem? Please describe.** In my changelogs, I would like to have a footer like the one of [KeepAChangelog](https://keepachangelog.com/en/1.1.0/): ``` [Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD [1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v1.0.0...

enhancement

## Problem Checking code style manually on pull requests (or even before pushing) is boring. Some code style rules examples: - markdown file shall not contain tabs - `package.json` should...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** As I said [here](https://github.com/VSpaceCode/vscode-which-key/issues/11#issuecomment-671416989): > In spacemacs you have major-modes, like "python", "markdown", and so on. So for example if...

enhancement
good first issue
bindings

## Problem It would be nice to use `spc m a` for "actions" as the LSP layer in spacemacs. ## Solution Add the following key bindings to all the major...

enhancement
help wanted