Allow setting a hash callback in `AssetPublisher` constructor
Open
Nobody has claimed this yet.
good first issue
- Dominant language
- PHP
- Stars
- 21
- Forks
- 17
- Avg merge
- 20m
- Merged PRs (30d)
- 1
Description
Proposed new feature or change
In most cases this is more convenient than using with* method.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the AssetPublisher class and reading its constructor alongside the existing with* method for the hash callback. Done means the callback can be supplied through the constructor while the current with* behavior remains supported; add or update coverage for both paths if the project has tests for this class.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100