Maddy Guthridge

Results 23 comments of Maddy Guthridge

Almos definitely an issue where it is expecting a bing URL and panics when it gets given an MSN news one

Bumping this again? Would love to see this merged? If not, does anyone know any alternatives?

I would have put this as a feature request, but the repo doesn't let me choose that as an option myself.

Using PME flags parser from Praashie's FLatmate. Will experiment.

This is due to limitations in my algorithm for finding the closest colour. I'll investigate using a different search method, which may improve the issue, but other methods may be...

I write a lot of my docstrings as markdown (so that I can use `pdoc` to generate my documentation), and have noticed that there's quite a few things that behave...

Here's an example of the indentation issue: ```py def myFunction(): """ * This is my first dot point. Its indentation level is correctly assigned to be zero. * Now this...

Sorry, I didn't mean it like that. To clarify, the bug only makes it unusable for this particular project (as far as I am aware). In 99% of cases, MLT...