rvishruth
rvishruth
I use the same implementation as [thyb-zytek](https://github.com/thyb-zytek)'s suggestion in my codebase, but this still doesn't work in all cases For example, the below code would cause a "greenlet_spawn has not...
Hi @JonathanMagnan! Thank you for your response! (2) and (3) makes sense to me! Regarding (1), could you expand on what you mean by > The is usually when there...
I understand, thanks @JonathanMagnan! Few more follow up questions: 1. > Indeed, it can be seen as a bug. I would have expected a null value for the EndNode as...
Thank you for the explanation @JonathanMagnan! I Given the current functionality, I think checking if EndNode is might be the best way to detect if there was a closing tag...