Álvaro Mondéjar Rubio

Results 85 issues of Álvaro Mondéjar Rubio

Hi guys. Just implemented the PDF generation on client side for the website at https://github.com/simple-icons/simple-icons-website/pull/290 After that this project does not have much sense because is not maintained and we...

meta

If you want to use this library to add a few icons, it becames a lot of overload in page load size because the font adds all the icons. It...

enhancement
package

With this input: ```rst .. sphinx_argparse_cli:: :module: my_prog.__main__ :func: build_parser :prog: my-prog ``` Toctree render as: ![image](https://user-images.githubusercontent.com/23049315/175015994-33f32eb1-9eca-4991-b012-9e643d667b3a.png) --- And with this input: ```rst ####################### my-prog - CLI interface ####################### .....

bug
help wanted

### Context I've some points rendered by PNG images using `shield-file` CartoCSS property. Their images are downscaled using `shield-transform: scale()` function, with values lower than 0. The problem is that...

Hi, This pull request is a proposal for a refactoring of test files to use Bourne Shell POSIX compliant features and syntax. The main benefits of this change is that...

If I put a `` HTML comment before link reference definitions, these are included as well in the resulting PO file.

bug

This would allow to use the tools without needing to install Python environments. Should be feasible with [Pyinstaller](https://pyinstaller.org/en/stable/).

enhancement

If I remove or disable link reference definitions from the source Markdown file, these are not marked as obsoletes in the new version of the PO file.

bug

Looks like possible and should improve performance. See https://launchpad.net/pygettextpo - [x] How to know if `libgettextpo` is available? Run `ctypes.util.find_library("gettextpo")` in `setup.py`. If returns `None` is not available. To read...

enhancement
performance

Just realized that locations like `/file/to/path.md:block 2 (unordered list)` are not parseable by standard PO parsers. These programs usually expect that the content after `:` is a string without spaces,...

enhancement