John Douglass

Results 3 comments of John Douglass

I had a similar issue. It turns out the size calculations around line 220 in winclipboard.py are incorrect for EndHtml, StartFragment, and EndFragment, because html_header_size already includes the description_size. The...

Hmm. I just tried your example and it works fine for me. Can you verify that lines 218-233 look like this: ``` sizes = ( description_size, # StartHtml html_header_size+fragment_size+html_footer_size, #...

Maybe this issue can be closed since the issue that prompted it was on the Northstar side after all.