Marco

Results 8 issues of Marco

It happens when there are multiple versions of one package, usually when the script receives multiple requirements files. In this case, I changed the behavior to no override this flag...

This pull request include an import for each submodule of a module. One might need to use definitions from the submodule(s) on the top-level module, but as it is now,...

It would be great to have a vector or set containing the names of the fields that were found when decoding the EXIF data. Not having it is a problem...

Added support for compiling / running on big-endian CPUs. To solve this problem, I simply added a check if the current computer is little endian and inverted the results of...

When I try to `write_verilog` from any format some nodes appear with empty names. I think these nodes represent the inputs and outputs (as they also are empty on the...

Is there any reason why the default checkers use `str.index()` instead of a `dict`? In this example (taken from [here](https://github.com/arthurdejong/python-stdnum/blob/38c368de1c5977aa46c6cd99c276ce8fdca12cca/stdnum/mx/curp.py#L102)) ```python3 # characters used for checksum calculation, _alphabet = '0123456789ABCDEFGHIJKLMN&OPQRSTUVWXYZ'...

enhancement

This method behaves similar to `unidecode_expect_nonascii`, but it uses a preloaded translation dict, built from the `xNNN.py` files on `unidecode` folder. This dictionary is, then, fed to `str.translate`. It throws...

### Describe the bug When attempting to connect to a host where the Valkey server may be unavailable (e.g., the server is temporarily down or has crashed), the operation in...

bug 🐞
Optimization 🐌
Users Pain
User issue 🚨