Russell Yeo
Russell Yeo
I have encountered a crash when using `replaceError(with:)`, and can reproduce it using the example documented in the `OneOf` parser. ```swift enum Currency { case eur, gbp, usd, unknown }...
Hiya, I have been finding this guide super useful, and decided to make a Raycast extension for it. Thought I'd share! You can find the pull request for it here...
Solves https://github.com/VirtusLab/git-machete/issues/1351 (not sure if having a linked issue is preferred or not, created one just in case) Similar to the functionality for adding a PR description from `.git/info/description`, it...
Similar to the functionality for adding a PR description from `.git/info/description`, it would be useful to be able to set the PR title from a `.git/info/title` file. This is a...