Igr

Results 5 issues of Igr

**Should extra optional symbol affect on choice between two regexps?** Lets check example: ``` import lark parser = lark.Lark(''' ?start: s %ignore /[\\n]/+ R1: /[\\w\\+]/+ R2: /(\\w)/+ SPACE: " "...

question

If /etc/services is miss linux does not know what is www

Debian 11 pyrad 1.4 When /etc/services removed. `socket.getaddrinfo('0.0.0.0', 'www')` raises `socket.gaierror: [Errno -8] Servname not supported for ai_socktype` pyrad got empty list in _GetAddrInfo and NO warning or error at...

**Describe the bug** After upgrading from 1.7 to 1.8 with pylint 2.15.8 **To Reproduce** Steps to reproduce the behavior: 1) Create any empty py file 2) Create .pylintrc file with...

investigate

Python 3.9, debian 11, ARM64 fpm -s python -t deb --python-package-name-prefix python3 --python-bin=python3 netifaces Stores files in /usr/local/lib/python3.9/site-packages Python path contains only /usr/local/lib/python3.9/dist-packages How can I fix it?