dbrianwalton

Results 31 comments of dbrianwalton

I had thought this was left at a point where it was waiting for @rbeezer to do some review, and then he had a series of other responsibilities that he...

This is what I meant: I followed @rbeezer's comment from Feb 17: 1) Grab https://runestone.academy/cdn/runestone/test/webpack_static_imports.xml 2) Place into your distribution at xsl/support 3) Use string parameter: debug.rs.services.file support/webpack_static_imports.xml I then...

@rbeezer I tried to put together a possible xsl conversion that would take the style of FITB using "var" to the new version using "fillin" and with the revised evaluation...

To be clear, I'm not sure how far back this happens to go. It occurs on the live branch, and has at least since February. I think this earlier message...

@rbeezer Can you pay particular attention to line 1760 in pretext-assembly.xsl where I create the slate and assign an auto-generated xml:id. Based on the stage we are in during assembly,...

If you think this looks good, I'll also update the sample-article to give updated instructions. Need to have material-width on the interactive to push into the slate. Also, I added...

I think this is contained enough that it could easily merge into a different stage of assembly. I couldn't clearly identify which existing stage made the most sense, but looking...

I started exploring putting this in assembly. I need some guaranteed id to build the slate's id, but assembly occurs before assembly-id is generated. So then I switched to the...

If you get a resolution done this afternoon, feel free to just do it. I wouldn't have a chance to actually put together a PR and test until possibly tomorrow...

Actual duplication occurs lines 986-1012 in this match block: ``` ```