Abdullah Hashim
Abdullah Hashim
@mledoze The difference in the above example is just a space character `\u0020`. I think both of them are okay. If there are some differences we can check it out...
Hey @MrSltun How are things going?
It was working fine with me on chrome, but on iphone usually it miss some pictures. I changed `domtoimage.toJpeg(element)` to `domtoimage.toPng(child)` I tested it on multiple mobiles, it seems working...
> It was working fine with me on chrome, but on iphone usually it miss some pictures. > I changed `domtoimage.toJpeg(element)` to `domtoimage.toPng(child)` > I tested it on multiple mobiles,...
Heey I think I workaround it -not 100% sure yet- 😂 I tried to run the converter function couple of times then take the last page. I used this function...
@iudeen @yezz123 Usually, how long it takes you guys to merge a PR?
@tiangolo Any idea when can we merge this?
That's interesting bug. I think if there is a way to move the focus to the tooltip the reader would pick it up
@NewSouthMjos I think it's not related to async functions I am facing the same issue with `python 3.11.1` After testing I found that it's related `yield` in the dependency. I...
@NewSouthMjos Any idea about how to get this fixed?