Sxderp
Sxderp
Please reopen. The issue is present in Lawnchair 14 Beta 2. The reproduction I posted earlier is still valid.
I'm new to duplicacy and still learning the bits, but, assuming my understanding is correct, there's a relationship that's missing in this discussion. A "snapshot-id" is a unique identifier for...
Assuming CC BY-SA 3.0 and LGPL (I don't know legal) allow using the icons, it should still be fine? They can't retroactively remove the license agreement for an already published...
@barneysowood is there any activity in this repo? Hopefully this simple change can get merged.
You can workaround the above error by only specifying ssl settings for an ssl approved transport (tcp or websocket). Zeromq doesn't use ssl (as far as I'm aware). If you're...
Yeah, this causes issues with TCP transport. Returns and jobs aren't working properly. There's some TCP close loop or something another. This is even more problematic in that the internal...
I tried with latest 3007 on RHEL9 and it still fails.
> I believe what this PR does is fine, because no atomic replace -> atomic replace is not a breaking change (I think?), compared to no unlinking -> unlinking. It's...
This is related to https://github.com/saltstack/salt/issues/64953 Which sems to have been fixed in https://github.com/saltstack/salt/commit/28be150d1a4ccbccfe3e02ad2af13dea4c7a8284
python-ldap module is not shipped with Salt. You need to install it with salt-pip. A system level install is insufficient. Salt does not see / load system level Python modules....