Álvaro Mondéjar Rubio

Results 92 comments of Álvaro Mondéjar Rubio

You should start and stop event threads with `run()` and `stop()` methods, or call `thread.join()` after `start()` method.

In Ubuntu 20.04 I can't replicate it with Python3.9 installed using APT from default repositories, but Python3.10 installed from deadsnakes PPA has this problem.

Next line raises a false positive for rule `MD034`: ```markdown [foo](http://bar /) ``` ``` MD034/no-bare-urls Bare URL used [Context: "http://bar"] ``` > [Online demo](https://dlaa.me/markdownlint/#%25m%23%20Issue%20%23285%0A%0A%5Bfoo%5D(http%3A%2F%2Fbar%20%2F)%0A) EDITED: So this proposed rule must...

> I think the point is to be sure this isn't reported as a bare link AND a violation of the proposed rule? Yes, I've found a link with spaces...

> If the reference content (see definition) is directly a valid URL (e.g. when I edit the PO file and add a #. https://foo.bar.com line to an item) that URL...

Could be interesting, but shouldn't be `ROSETTA_OCCURRENCES` the name for this setting? You might want to modify the HTML code by adding other elements to the DOM beyond links.

Rosetta is simply a Django app that processes pofiles and compiles their correspondent mofiles. Rosetta does not imposes any way of pre or post-process your files. You could emulate a...

This [issue of the Python bug tracker](https://bugs.python.org/issue41975) seems related.

Hi, I'm a maintainer of the simple-icons project. Do you have considered to accept an array of colors to fill closed or inferred closed subpaths, just in same the order...

You can try with raw HTML tags, in this case would be ``. For example, the next example: ```markdown # Foo bar baz Some text about. ``` ...renders with the...