Léo
Léo
One way to fix #1180
Resolves #1187
This is a proposition to remove the dependency on Pandas and NumPy. I think they are quite overkill for the usage of PyPlanet. The issues I have with these dependencies...
Implémentation de #88 pour Poetry en guise d'exemple. Pour tester: * [Installer Poetry](https://python-poetry.org/docs/#installation) * `poetry install -E progressbar -E spellchecking` * `poetry run poe test` * `poetry run poe check`...
Je propose d'abandonner le style de build `setup.py` et de passer à `pyproject.toml`, qui est définit par la [PEP 518](https://peps.python.org/pep-0518/) et la [PEP 517](https://peps.python.org/pep-0517/). L'objectif est de simplifier la procédure...
The rules compiler (featured in the official controller) automatically reformat MAC addresses to separate bytes with colon characters. For example, `0123456789AB` becomes `01:23:45:67:89:AB`. Matches `macsrc` (`MATCH_MAC_SOURCE` in JSON) and `macdest`...
Fixes https://github.com/zerotier/ZeroTierOne/issues/2175. It wasn't ignoring separator characters such as the colon and hyphen. The rules compiler automatically add a colon to separate bytes, which is not compatible with how they...
As of today, values specified in options `--external-ip` and `--external-other-ip` are assumed to be IPv4 addresses in several places in the code. This cause some tests to fail even when...
### Terraform CLI and Provider Versions `terraform version`: ``` Terraform v1.4.4 on linux_amd64 + provider registry.terraform.io/hashicorp/cloudinit v2.3.2 + provider registry.terraform.io/hashicorp/local v2.4.0 + provider registry.terraform.io/hashicorp/null v3.2.1 + provider registry.terraform.io/hashicorp/random v3.5.1 +...