Wolfgang Ulmer

Results 8 comments of Wolfgang Ulmer

> @wulmer thank you for this contribution! > > Since this check is equally valid for all of the other shells would you be able to make the applicable changes...

We have had another severe issue due to this problem, so I added another check today for Powershell which ensures that the profile script doesn't crash in case there is...

Same with `parameters` which results in D405,406,407,410,411,414, all of them twice except 406: ```python """Demo module for parameters bug.""" def foo(parameters): """Do something. Parameters ---------- parameters: a list of parameters...

Thanks. I tried your version with the thread lock, however with no change. The process still crashes. I then tried different Python versions, went from 3.6.2, 3.6.1, 3.6.0 down to...

Ok, the problem doesn't appear if I import `zipfile` before `tables` (at least not in my minimal example script). It seems the `tables` package is preloading a few compression libraries...

I will temporarily disable Linux multiprocessing support for FMUs in our application and hope that the issue will resolve by itself soon. Thanks for the support.

> it will get accepted but could be a few weeks due to vacation. Hi Ian (@barny), the few weeks should be over by now, any chance to get the...

The problem is that the [release workflow](https://github.com/pycontribs/jira/actions/workflows/release.yml) is not working correctly due to missing 2FA setup: > 400 User 'pycontribs' does not have two-factor authentication enabled. Please enable two-factor authentication...