Ariel Otilibili
Ariel Otilibili
Hi, I have used ncclient in a parallel context, and this error came out: ``` Exception in thread session (most likely raised during interpreter shutdown): Traceback (most recent call last):...
Hello, The anonymous function 'qualify' mishandles namespaces. Indeed, defined as such: `qualify = lambda tag, ns=BASE_NS_1_0: tag if ns is None else "{%s}%s" % (ns, tag)` It means: if the...
```shell curl -sL https://www.iana.org/assignments/tls-extensiontype-values/alpn-protocol-ids.csv | perl -nE 'say $& if /(?
* introduced by c3b2b3dbed5c8b881acfe0d29e3a134c9a0b6dee * made useless by 4201b294a837d1b7813ab7f97b310ca7b4b16c68 * found in makefile warnings debugs: ``` g++ -c -I./liblinear -I./libdnet-stripped/include -I./nbase -I./nsock/include \ -DHAVE_CONFIG_H -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" \ -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2...
* part of #2780, fixes for `zenmap/zenmapCore/I18N.py` * `locale.getdefaultlocale()` is [deprecated since Python 3.11](https://docs.python.org/3.13/whatsnew/3.13.html#pending-removal-in-python-3-15) * `locale.getlocale()` provides the same output.
* introduced for handling deprecated types existing before R17 * CI/CD handles R24 up to R26.
* introcuded by dec484643c233fda9c17d38c1854ba7f3f37547b * introcuded to workaround releases prior R20 not having [`filelib:find_source/3`](https://www.erlang.org/doc/apps/stdlib/filelib.html#find_source/3) * CI/CD now uses R25 to R27.
## Proposed Changes * cron actions keep failing on my local repo * from the GitHub debug, it seems they are missing tokens passed as secrets. ```shell # git grep...
```shell s/FortiManger/FortiManager/ ```
#### Description * refactored `glances.globals.pretty_date()`, version 2 * all tests are passing: ```shell # make test 2>&1 | grep -Pi '^ok|^fail' OK OK OK ``` #### Resume * part of...