You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks so much for this amazing learning resource. It has helped me so much!
As the title suggest, running BenchmarkRender causes a panic. It seems that the blogrender unit tests run fine because postRenderer.Render is only called only once, but as soon as you call it again, you can reproduce the panic.
Hi, I also encountered the issue. I think the cause of the panic is the reuse of the Parser. Here's a related issue from gomarkdown - gomarkdown/markdown#280. Hope this helps. Thank you for all the hard work.
Hey @quii,
First off, thanks so much for this amazing learning resource. It has helped me so much!
As the title suggest, running
BenchmarkRender
causes a panic. It seems that theblogrender
unit tests run fine becausepostRenderer.Render
is only called only once, but as soon as you call it again, you can reproduce the panic.Traceback
Hope this helps and thanks again for all your hard work!
The text was updated successfully, but these errors were encountered: