Jannik Vieten
Jannik Vieten
Great news, thank you.
I think in the end, our requirements aren't completely different. You don't want to install a package into user home when it's not really necessary (#6429). I don't want to...
> In reality, there is something we can call GEM_PATH and GEM_HOME [...] It could contain more locations and all the location are always used to resolve the dependencies and...
Great. Pushed another commit, because `datetime.datetime.utcfromtimestamp()` is deprecated likewise.
Think I see the same here, just that it's not the X1 but the T490 for me. I'm using fwupd on Fedora 30. ``` > fwupdmgr --version client version: 1.2.10...
You were right. No need to reset to defaults, but I found the respective option. It is called "**Windows** UEFI Firmware Update"... I wonder why I missed that -.- No,...
Ok, I see multiple issues here. - `protobuff` with two f's is indeed incorrect. The correct package is named `protobuf` and the one with two f's doesn't even exist. However...
I have no strong opinion whether the environment variable approach should be favored over the version constrained. Assuming this really works, it would eliminate the need of the pinned version....
From #5474 > I don't see anything wrong with continuing to use the older version of Protobuf (which is tested, validated, etc.). Upgrading the dependency seems like a pointless endeavor...
The thing is, `ldap_shell.py` and the other files in `impacket/impacket/examples/` are not strictly executable scripts. They have no entry point, no shebang, are not executable. They contain functionality which can...