Iñaki Martínez Díez

Results 5 issues of Iñaki Martínez Díez

Hello, i have the following: ``` from django.db import models from autoslug import AutoSlugField from autoslug.settings import slugify as default_slugify class Cimas(models.Model): def slugify_sierra(self, value): return default_slugify(value.replace('/', '-')) c_nombre =...

Hello, In this URL http://download.zerotier.com/dist/asustor/ there is only 1.10.2 version and there is to download 1.12.02 version, please update package. Thank you.

**Describe the bug** ERROR 'Operation not permitted' inside Docker from pythonping import ping ping('8.8.8.8', verbose=True) **To Reproduce** 1) run docker container $ docker run -it --rm --name pithon_ping python:3.9-slim bash...

Hello, I have a strange case with this simple code: import oracledb connection = oracledb.connect( user=myuser, password=mypass, dsn=mydsn) this simple code executed in script or python3 shell do not work:...

question

Added support for getting BIOS version. Tested in Nexus 3048, 93xx, 92xx and several versions (6.x, 7.x, 9.x and 10.x) Lines added: Value BIOS (\d+.\d+(.+)?) ^\s+(BIOS:\s+version)\s+${BIOS}\s*$$ Templete complete: Value UPTIME...