Luis Menina

Results 16 issues of Luis Menina

See https://github.com/lovasoa/marshmallow_dataclass/issues/114 IP, IPv4 and IPv6 fields have no mapping declared in the `TYPES_MAPPING` dict. At least `IPv4` and `IPv6` could be mapped to respectively `ipaddress.IPv4Address` and `ipaddress.IPv6Address` to transparently...

help wanted

## Description Noob using `pgcli` here. I was trying to configure my environment, and at some point, I started getting always the same error, about a bad DSN in my...

Please update the docs and code. `pep8` (the tool) has been renamed into pycodestyle to avoid the confusion between the norm and an implementation of the norm.

I know this is a desired feature, but opening a enhancement request allows me to put the logs of my experiments, as it's quite an iterative process.

To render XML, you need a jinja environment with autoescape that evaluates to True, otherwise _render_xml with fail with an expat error if you feed it strings like "m&m's": ExpatError:...

Libreoffice handles different files, for example *.fodt files are flat XML ODT files. They're useful as all the data is in a single uncompressed xml file that you can then...

enhancement

Right now, pip is used, but it has some drawback. Pip doesn't freeze the exact version of packages used, nor checksum. Pipenv, while not perfect, allows one to have reproducible...

needinfo
packaging
maintainability

Here's the output I get, all with default options: ``` creating_packages/understand_packaging.rst:9:didn:and_packaging howtos/other_languages_package_manager/python.rst:101:didn:ager/python mastering/custom_cache.rst:78:mutex:ustom_cache reference/conanfile/methods.rst:583:OpenCV:e/methods reference/conanfile_txt.rst:120:OpenCV:nfile_txt ``` It seems the end of the filename appears again in the last field.

bug

Hitting the rate limit hugely impacts performance (3min→10min when building the ONS set during my tests). Depending on the API key used, the rate limit can be different too. Adding...