Erek Speed
Erek Speed
I don't even think labels are needed; it was very surprising that this was posted for commits which were not part of the release spec. Given that the plugin is...
I looked through the plugin development guide and it seems a filtered list of commits isn't passed through context so a `preset` based fix isn't as trivial as I thought....
Thanks. It looks like opening URLs doesn't work in remotes like WSL due to a bug in vscode: https://github.com/microsoft/vscode-remote-release/issues/4260 It's possible it would work if I configured my browser to...
Actually, this might be because I followed the guide here: https://cli.github.com/manual/gh_codespace_ssh and created a ssh_config fragment to include in my .ssh/config file. If I delete that file then `gh cs...
Another issue is that the output of `--config` doesn't include a line for `IdentityFile ~/.ssh/codespaces` which means normal ssh won't work (and it will end up asking for a password)...
> As for missing codespaces.pub error, can you confirm that you do have a ~/.ssh/codespaces private key, but not the ~/.ssh/codespaces.pub public key file? One was definitely generated by gh;...
This seems similar to other breaking changes in this repo and DefinitelyTyped has a recommendation: https://github.com/DefinitelyTyped/DefinitelyTyped#if-a-library-is-updated-to-a-new-major-version-with-breaking-changes-how-should-i-update-its-type-declaration-package It's a bit strange since this package doesn't map it's releases to chrome versions...
I think the idea in https://github.com/conventional-changelog/commitlint/issues/896#issuecomment-861797641 is a good idea since it is very explicit about the grammar. Of course, I think a similar less explicit solution could also be...
I think this would need to be fixed in https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser but they've not been that open about matching the conventional commit spec. I had forgotten but looked into this as...
Parser Opts can be passed via the parser preset configuration: https://commitlint.js.org/#/reference-configuration?id=parser-presets