Results 121 comments of Petr Bodnár

@Lucas-C, thanks for the work. Basically, it looks promising, although there are still problems to cope with. But could you please firstly do the following? 1. Split the PR into...

> To improve performances, we could get rid of the new `FileReader` class, and simply pass the current `FileWrapper` instance as 2nd argument to `Token.start()`. Yeah, I think in the...

Anyone interested to contribute and to take care of this? :) I'm not sure if I've got enough time/will to play with this and a help from some experienced setup-er...

Another issue to resolve is the question of supporting Python 3.5 and 3.6. The builds currently fail and they would need to be replaced by a different pipeline definition. Or...

@dvdkon, thanks for your contribution. It looks like theoretically, provided that parsing and executing a longer Python code is faster than doing the same with the original code, this PR...

@dvdkon, of course, I've overlooked that. :) So it really is much faster on my computer - before: _~350ms_, after: _~140ms_. Wondering what other users of the mistletoe library think...

@sudoskys, yes, it seems like a bug in the mistletoe - it seems to be related to https://github.com/miyuchina/mistletoe/issues/173 from 2023. Feel free to file a new issue there, while a...

Hi @cppgent0, I guess you've run into the "infamous usage bug" #56 here. That is, are you sure you call `Document(input)` _after_ initializing your instance of `HtmlRenderer` (ideally within the...

Closing this as (hopefully) answered.

Hi @SloppyPuppy, thanks for the wish. ;) But what exactly do you mean? I can see no issue installing _mistletoe_ via Python: ``` $ pip install mistletoe Collecting mistletoe Downloading...