John Arnold

Results 11 issues of John Arnold

If you look at the Code Coverage results for a PR you can see that function definition lines, decorators and other lines of code that are evaluated on import do...

Category: Project Governance

@kvspb This PR breaks us: https://github.com/kvspb/nginx-auth-ldap/pull/170 We have a working config on the prev. commit from April. With this commit, we break with logs like: Jul 21 22:08:35 6608246572f6 DEBUG...

Version: 1.23 Issue: Jsonpatch doesn't handle "/" characters correctly. E.g. when trying to create a patch/diff from an existing dictionary, if there is "/" in a key, it adds/substitutes "~1"...

I need smart card redirection in order to use certificates for 2 factor auth. This issue https://github.com/neutrinolabs/xrdp/issues/471 talks about support for pcsc, but the issue is still "Open" and doesn't...

waiting-feedback
smartcard

Ubuntu 16.04 / xrdp latest built from GitHub If I provide user/password in rdp client, logs in fine. If I provide user but not password, I get the "XRDP login...

enhancement
confirmed
sponsor needed

When using the redis store provider, it would be nice to have a way to "warm the cache" that uses redis bulk operations. I'm using the memo decorator basically to...

Scenario: Using redis store, and the store is remote Expected behavior: If the store is unavailable, catch exceptions, log a warning, and just run the normal function. Actual behavior: exceptions...

E.g. if one server/uri is not available, use the next one. I guess the simplest way to implement would be a loop in authenticate() that just tries each one in...

Something that would be very useful is to see the entire workflow graph, including tasks/paths that have not executed yet. That way the operator can visualize what will/could happen, and...

Hi, The documentation states that this filter is being deprecated in favor of the multiline codec. However, multiline codec doesn't support custom stream_identity's and therefore can't do transaction id style...