dbreese
Results
2
issues of
dbreese
Take this class, for example: ` import Foundation // some comment has import SOMEBADTHING public protocol TestProtocol: AnyObject { func doSomething() -> Void } ` The generated mock ends up...
bug
good first issue
Parent directory named 'lwc' outside the app directory causes deploy to fail with cryptic message.
2
### Summary A parent directory named 'lwc' will cause deployments to fail with cryptic error message: ``` $ pwd ~/projects/lwc/TestApp $ sfdx force:source:deploy -p force-app/main/default/lwc *** Deploying with SOAP API...
investigating
stale