Nathan Wailes

Results 18 comments of Nathan Wailes

I'm not totally sure if the cause of my problem was the same as the OP's, but since this thread comes up in Google searches for "vue-pdf not working after...

I was just having this issue, it looks like it was because I was still using the Vue Devtools Beta (6.0.0.21). When I uninstalled that and installed the latest version...

Hi @iTaybb , am I correct that this is still not implemented? And am I correct that this feature would/could handle lengthy disconnections? My boss noticed that if he turned...

@radarhere I've updated the first post with a simple example.

@radarhere Thanks for the suggestion, I'll give that a try. I didn't think to try that because I didn't know it would make a difference. I'll close the ticket for...

That proposed fix does not seem to work in every case. As an example, consider the string "Ayo", with the "A" and "yo" being drawn separately: ```python from PIL import...

@radarhere I just confirmed it's happening on my Digital Ocean (Ubuntu) machine. The issue seems to be the kerning between the letters 'A' and 'y'. I tried a fix where...

@radarhere That workaround had occurred to me, and I'll keep it in mind, but I'm going to see if I can make it work with the kerning. I looked around...

Thank you for the suggestion! One issue with this method is that sometimes one of the letters at the border will have a mix of the two colors (see the...