Bob Denny

Results 19 comments of Bob Denny

I can't figure out how to find the flaw in my RST that is causing this. I'm not an expert. I don't know how to re-open a GitHub issue. I'm...

Oh I am sorry.. I did try the addition to conf.py from #414 ``` from rinoh.frontend.rst import DocutilsInlineNode class Desc_Sig_Space(DocutilsInlineNode): pass ``` and it is working. My concern is that...

OK, thank you! I have been diverted from this project for some time maybe weeks. I'll try to run these tests as soon as I can. Thank you for providing...

Another ``` raise AttributeError('No such element: {} in {}'.format(name, self)) AttributeError: No such element: styled_text in ``` The previous bypass doesn't work for this. I made the virtually same changes...

Thank you so much. I was able to find this by setting a branch and incrementally replacing. One document had this. In the rendered HTML it was messy. My fault,...

**Additional info**: It turns out that changing the [VARIABLES] serif_typeface, [default: Paragraph] font_size, or letting them default (comment out) will change where the error occurs (thermometer during rendering), or _in...

So many things trigger this. I unwrapped some lines to prevent multiple spaces in the rendered paragraphs. This caused the same error.

Brecht -- What sort of things can cause this? ```text Exception occurred: File "C:\Users\rdenn\AppData\Roaming\Python\Python311\site-packages\rinoh\flowable.py", line 297, in flow_inner assert container.advance2(padding_border_bottom) AssertionError ```

This is crazy. I decided to try finding the cause of the assert error in flowable.py, line 297 (`assert container.advance2(padding_border_bottom`) by simply commenting it out. I thought it might help...