Kas
Kas
I'm not sure I understand attribute merging correctly, are the following two equivalent? `#[my_cool_attr(param1 = "a value", param2 = "another value")]` and `#[my_cool_attr(param1 = "a value"), my_cool_attr(param2 = "another value")]`...
How about the following: ```rust Data::Struct(ref data) => { let inits = data.fields.iter().map(Field::as_initializer); let declare_errors = base.declare_errors(); let require_fields = base.require_fields(); let check_errors = base.check_errors(); let decls = base.local_declarations(); let...
Alternatively, pre-fill and grey out the username field when the URL contains a username
This is probably related to #111 We'll need a separate desktop file for Flatpak and for global installation. Maybe use CMake's `configure_file` to generate both files from a template?
This feature will be available in the upcoming 1.2.0 release
@ItsCubeTime you said it doesn't work using an access token - which scopes did you assign and which version are you using? For me it works with just the `repo`...
@AsriFox you were trying to clone using SSH - personal tokens only work for HTTPS (as far as I know) Also, this issue is about linking a GitHub account (accessible...
Maybe we could let the markdown files be generated by CMake and have them be published onto `gh-pages` via GitHub Actions on pushes on `master` using https://github.com/marketplace/actions/github-push?
@ysalmon your proposal to keep the selection when switching commits has already been implemented, but @joesponde's idea hasn't, so I'm renaming this issue to match that
The GitAhead / Gittyup index is just a search index, we use the standard staging index for staging operations.