penn5
penn5
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
**Description** There is no way to create a local cache without hosting a registry server on localhost and setting --cache-from/to=localhost/cache **Steps to reproduce the issue:** 1. Set --cache-from=oci:/storage when using...
The code ```alert("hello \"john\"");```, when minified, becomes ```alert(`hello \\"john\\"`)```. This is incorrect and results in two extra backslashes being introduced in the alert. Tested in v0.5.6 because v0.6.0 has no...
Will help with #53 and is overall a Good Thing (TM)
When using the gradle configuration cache, I receive the error `Unable to find build service with name 'jaxbJavaGenSchema'.` ``` Unable to find build service with name 'jaxbJavaGenSchema'. * Try: >...
⚠ Have you searched for similar, already existing issues? Yes **Describe the issue** Please write a clear and concise description of the issue here. On the map, the "my location"...
If you're backing up a symmetric encrypted message, the decryption detects `-----BEGIN PGP MESSAGE-----` and tries to decrypt it, but it doesn't know the password so it fails with an...