Eric Huber
Eric Huber
Would it be feasible to take whatever the fetch lists, and append the one-off `lineitem` discovered from the current page load, possibly taking precedence over any conflicting item in the...
I think what you described is more or less the same as what I was hoping for. That is, if the `lineitem` is present, use it as information, without relying...
What's the use case for this? Are they only files that are not sent to the external grader? (It could just ignore extraneous files received.) Perhaps one use would be...
I agree this may be a problem if course staff had intentionally been using `pl-` for course elements (or something similar). Although the server could conceivably include course elements in...
On second thought, I haven't looked at the renderer in detail recently. If the expectation is that every `pl-` tag should be recognized and converted at that stage (so the...
Maybe I'm not reading your comment correctly, but did you mean it processes children before parents? (Actually, I should just study the implementation...)
What does this take, just `max-width` on the containing div? It might be necessary to scale the contents too.
I know some custom components (e.g. CS 225) had (dealt with) this issue already. Also the matrix component input shows an explicit example in the example course, where a long...
I'll have to take some time researching those points. I know it's possible to run rootless Docker within rootful Docker, and I think I've tried rootless Podman within rootless Podman....
Well you can use user namespace remapping without using rootless Docker. I think I misunderstood what you meant about running the host in a container. Yeah, I'll have to experiment...