-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
kind:featureA request, idea or new functionalityA request, idea or new functionalitytopic:interfaceRelated to the interface exposed to the userRelated to the interface exposed to the user
Description
Have a use-case currently where I need to use the same ScreenshotParams to handle screenshots for multiple pages in different branches. As it stands, I need to re-declare the params for each branch as fn screenshot moves ScreenshotParams. Quick-fix would be to derive Clone, and alternatively we could avoid consuming the screenshot params. Wanted to get some feedback here, if so I can open a PR with the preferred approach.
Also, thank you for the great library! Using it to power some parts of Have I Been Squatted.
Metadata
Metadata
Assignees
Labels
kind:featureA request, idea or new functionalityA request, idea or new functionalitytopic:interfaceRelated to the interface exposed to the userRelated to the interface exposed to the user