Alexander Fischer

Results 8 comments of Alexander Fischer
trafficstars

Ah, thanks for the quick reply! You understood me fully correctly. I see that this works with relative imports. The project I was testing with, uses absolute imports, even for...

Thank you. My current shot is then as bellow. It only works python 3.5 up and it only compares the exception type but does not mess with the stack or...

It seems to me that indeed parallel jobs might lead to issues as there is no synchronization: https://github.com/Itiviti/gradle-nuget-plugin/blob/045fc691a704cda3fd6afcc43acc7e820a868926/src/main/groovy/com/ullink/BaseNuGet.groovy#L79 I do not know enought about gradle to provide a proper solution...

Since OpenTofu 1.8.0 the file extension .tofu is supported (and some more https://github.com/opentofu/opentofu/pull/1738). That is e.g. useful for allowing new features or in my case: Allow RenovateBot/Renovate (https://github.com/renovatebot/renovate) to distinguish...

This issue happened to me as well using a regular salt-minion on Windows while performing an highstate. ``` File "c:\salt\bin\lib\site-packages\salt-3003-py3.7.egg\salt\minion.py", line 1905, in _thread_return function_name, function_args, executors, opts, data File...

Created a very basic MR which hopefully handles this by adding a Lock around the operations with sys.path and the local list holding the loaded modules. This issue hits us...

As this is a constant issue with each release, the patch for 3006.8 ``` diff --git a/salt/loader/lazy.py b/salt/loader/lazy.py index a3b795a375..576cec65cb 100644 --- a/salt/loader/lazy.py +++ b/salt/loader/lazy.py @@ -227,6 +227,8 @@ class...

The issue regularly happens in our case on plain-regular Windows minions (nothing special with deltaproxy) when initially provisioning a host via multiple state and highstate calls. It is so bad...