Jason Kingsmill
Jason Kingsmill
> For large output/streaming, it's possible, see [this comment](https://github.com/scriban/scriban/issues/54#issuecomment-389666169). > > > Additionally, allowing model properties to be read from stream would also be greatly beneficial. > > I don't...
Thanks, I thought I should follow up. I've got support for large input Streams working by using a custom TemplateContext, overriding the Write method of the context - also using...
@julientaq That sounds reasonable to me for thead and could easily be incorporated into this PR. Although I'm not sure I can visualize the behavior for other elements. I'm happy...
@tmasabari Brilliant, this looks like its solved one of my remaining issues. @julientaq Is it ok to check this one out please?
@eduarevalo a solution to this that we've used is to wrap each in a , setting "break-inside:avoid" on the tbody. Ie, From previous versions, break-inside:avoid didn't appear to work on...