Jean-Daniel Dupas

Results 30 issues of Jean-Daniel Dupas

recent pylint version don't support the exit keyword (and uses do_exit instead) ``` File "/opt/jenkins/workspace/webservices/env/lib/python3.6/site-packages/django_jenkins/management/commands/jenkins.py", line 116, in handle coverage.save(tested_locations, options) File "/opt/jenkins/workspace/webservices/env/lib/python3.6/site-packages/django_jenkins/tasks/run_pylint.py", line 44, in run lint.Run(args, reporter=ParseableTextReporter(output=output), exit=False)...

in execution_context.py, `_rewriteError` try to access error.args[0] unconditionally. `if error.args[0].endswith('Cannot find context with specified id'):` But some errors have no args (CancelledError for instance), so it sometimes raise an `IndexError`...

When using the parser in MyHTML_OPTIONS_PARSE_MODE_SINGLE mode, it is initialized in myhtml_init like this: ``` case MyHTML_OPTIONS_PARSE_MODE_SINGLE: if((status = myhtml_create_stream_and_batch(myhtml, 0, 0))) return status; ``` As this call specify that...

**Describe the bug/feature** Most of macOS frameworks and runtime libraries are not fork safe. While using only low-level libraries may work, in practice, even Python relies on some fork unsafe...

OpenSSL.Context should expose a function to let client set signature algorithms (using SSL_CTX_set1_sigalgs_list which is already exposed by cryptography and available in pyOpenSSL). This is required to force the server...

This is based on SSL_CTX_set1_sigalgs(3). It let the client limits the set of signature algorithms that should be used by the server for certificate selection. This extension is supported from...

I’m using MP BGP to advertise a dual stack cluster services IPs. The BGP sessions are established using IPv4. My egress interface has a public IPv6, but the router is...

enhancement

When the pwd-sha2 module is loaded in OpenLDAP (https://github.com/winlibs/openldap/tree/master/contrib/slapd-modules/passwd/sha2) it add supports for a bunch of schemes: {SSHA256}, {SSHA384}, {SSHA512}, {SHA256}, {SHA384} and {SHA512}. Would it be possible to detect...

enhancement

When using php FPM, the memory limit defaults to `128M` causing the following warning on the login page: `Your php memory limit is low - currently 128M, you should increase...

Actually, it look like there is no way to choose which program to read in a multi program stream (MPTS). VLC supports this. There is a Program Menu item in...