yurtesen

Results 16 comments of yurtesen

@rafaelrs I think the person who wrote that link got it wrong... ``` Translate to template: snmptranslate -Tz -m ./MIKROTIK-MIB.txt | mib2zabbix -o .1.3.6.1 -f ~/file.xml -e -G custom -N...

RedHat engineer said `Who told you AWX should be used in production?` implying AWX should not be used in production: https://github.com/ansible/awx/issues/10166#issuecomment-839680079 and [FAQ ](https://www.ansible.com/products/awx-project/faq)says it can't be upgraded. For more...

@adrienverge yes that is exactly my point. Why the `#yamllint disable-line` is not immune to whatever it is disabling meanwhile `#yamllint disable` is immune under same conditions. Why? Meanwhile you...

@adrianverge I see your point, but doesn't same concern apply for `# yamllint disable rule:comments-indentation`? It seems to be happily immune to being on wrong depth. With same logic why...

I am throwing out some ideas but I think right now I don't have time to implement anything at this point. I already proceeded to some other tasks and I...

@elpado I have made my own package. It is so much nicer, faster and more complete. I had to wait 15 hours to import DBs using this package, my package...

@elpado if you have problems with my package please open an issue in my repository. Your question is too generic. But if I understand you correctly, you want to fetch...

I tested this and I am getting some duplicate names because some countries have multiple names in a language in alternateNames table ( there are historical names, preferred names etc....

I removed the src/migrations from vendor/ipalaus/geonames/composer.json, but I am still seeing the "Warning: Ambiguous class resolution" when running dumpautoload, any ideas?