You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
Format classes should probably all have equivalent interfaces on render methods. When interpolation data is not usable by a format (b/c it is markup, not a template language) use (*), so that data, &yld just pass through.
My gut feeling is that this is a better approach than raising an error.
Format classes should probably all have equivalent interfaces on render methods. When interpolation data is not usable by a format (b/c it is markup, not a template language) use
(*), so thatdata, &yldjust pass through.My gut feeling is that this is a better approach than raising an error.