Hello,
I wondered if an asset could preempt a filter. It would be a nice feature.
Regards
Contributor guide
Tech stack
r
Domain
backend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
RplumberHTTP concepts
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
Investigate how plumber currently handles filters and asset serving. The plumber package likely has a mechanism for filters and static assets in the 'R' source code. Look at the filter registration and asset middleware to understand where a preemption hook could be inserted. Review any existing discussions in related issues or PRs for context.