Rainer Hörbe

Results 12 comments of Rainer Hörbe

It did not find pester because I overwrote instead of appending PSModulePath :-) However, I was unable to fix the path in the IDE settings or run configuration. Pycharm (IDEA*)...

same issue with Joplin 1.6.6 on win 10 closing and restarting the app several times did help

same problem with docker-1.13.1-75.git8633870.el7.centos.x86_64. setting selinux to permissive does not help.

After wading thru various plugins that might potentially be called in _run_bound_endpoint() I decided to add **kwargs to all methods with the (self, context [, ...]) signature, because it is...

sorry, incomplete copy/paste. it is issue #218. - Rainer > Am 2019-07-12 um 19:38 schrieb Ivan Kanakarakis : > > I don't think issue #21 is the one you wanted...

Travis is fine with py3.6, 3.7 and 3.8. Only py3.5 is failing - it should be removed.

I agree. I forgot the debian dependency on py3.5

May be that is a karmic hint that I should appreciate @ioparaskev 's style sugestion ;-)

My guess was to structure exception classes in 2 main categories: (a) expected and well handled, and (b) other (like rare, hard to test and not foreseen). (a) Should provide...

Further to this issue the current scheme will create an inappropriate Status message. A saml2.response.StatusInvalidNameidPolicy exception will create a urn:oasis:names:tc:SAML:2.0:status:AuthnFailed message, whereas urn:oasis:names:tc:SAML:2.0:status:InvalidNameIDPolicy would be correct.