Ronald Lencevičius

Results 22 comments of Ronald Lencevičius

I guess in the same vein as the original issue, I'm running into monospace width problems where using `ImageDraw.Draw.text` draws a monospace text with differing lengths between lines like so:...

@nulano Fixedsys Excelsior 3.01. I have a suspicion it's a problem with the font. However, after testing it in a regular editor it seems to be monospaced properly so I'm...

I may have found a partial answer here: [https://github.com/kika/fixedsys](https://github.com/kika/fixedsys) In the README it mentions the original font working only for a specific font size with antialiasing turned off. It still...

@nulano Thanks for the info (and going above and beyond tbh, I know next to nothing about font processing). I kinda figured it might be the font. I was using...

I'll look into it :^) Also thanks for your kind words... It's a small project that I've always wanted to finish (or at least polish off and maybe add to...

Yeah, this is an issue that results from RGB values being mapped between [0,1]. I think it's some issue regarding allowing an alpha to be applied to RGB values or...

I am happy to bounce ideas back and forth with you too!

> I have the same problem when i want to uninstall micromamba. it there something to uninit the changes? Hey, as far as I'm aware, micromamba is supposed to work...

Here is a potentially quick fix by adding to the custom footer as follows: ```html Copyright © 2017-{{ site.time | date: '%Y' }} {{ site.footer_content }}" ``` ...while retaining the...

Is it possible to link the pull request (#1384) I opened to this issue (I think a maintainer needs to do it)