-
Notifications
You must be signed in to change notification settings - Fork 8
epi_slide
and epix_slide
args
#510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the ping. I think this fell down the stack due to some engineering priorities + new testers getting tripped up by other things. Pinging @dshemetov here in case he's interested in tackling; seems related to time type rework. [Otherwise I can take a look after my other currently-planned slide edits.] @dajmcdon have you ever used / remember us using something that's not left/center/right aligned? I know we've used non-odd- Context/history for implementer:
|
Happy to tackle this, should be pretty simple. I don't have strong opinions on the interface here, it's all equivalent to me. |
See #513 for a simple prototype. |
I still find before/after confusing. It takes mental math and careful reading of the documentation. It's more general, but not really how our target users are likely to think.
I suggest we bring back
n
for the window size as well asalign = c("left", "center", "right")
. We can keepbefore
/after
asNULL
and ensure there aren't any conflicts. Then immediately processn
+align
into the appropriatebefore
+after
pair.The text was updated successfully, but these errors were encountered: