Johannes Schindelin
Johannes Schindelin
@sameehj I think this has been addressed, no? Unless you want to adapt code from https://github.com/microsoft/microsoft-pdb/ to avoid using `mspdb*.dll`. But that would be such a big ask that you...
@leavittx there are now binaries being built as part of the GitHub workflow and offered as build artifacts (called "bin"). See for example https://github.com/rainers/cv2pdb/actions/runs/1563947603. Does that address this ticket?
What happens when the actor has no SSH key uploaded to their GitHub profile? Does the action still continue to run, but without `authorized_keys`? If it does not continue, does...
But what about users who do not have any SSH keys uploaded to their GitHub profile?
The most likely reason is that there are issues on tmate.io's side. That's unfortunately outside our control.
> Is there any way to run tmate using `msys2/setup-msys2@v2` environment instead? [Not currently](https://github.com/mxschmitt/action-tmate/blob/8b4e4ac71822ed7e0ad5fb3d1c33483e9e8fb270/src/helpers.js#L15). You could of course introduce support for a new [input](https://github.com/mxschmitt/action-tmate/blob/master/action.yml), say, `msys2-root-directory`, which would then be...
Please note that @nvie did not have the decency to mark this project as dead. That's why hundreds of contributors waste their time to find out that it is. Head...
I lack the context and the time... :sad:
I see that `winpty` has been suggested as a working work-around. This makes me believe that you could imitate how Git for Windows itself (which _also_ does not have direct...
Why don't you simply add the suggestion to use `winpty ...` in Git Bash? That way, you still support Windows, and you do not have to change even as much...