Aaron Madlon-Kay
Aaron Madlon-Kay
I have this problem as well. My app has some of its functionality implemented as an independent package that should be providing its own localized strings; I had to resort...
My workaround no longer functions, it seems due to changes in the timing of when localization delegates are initialized by the framework. I've managed to hack it again, but I'm...
I am a maintainer of the MacPorts port. This is almost certainly a MacPorts-specific problem, though I have been unsuccessful in debugging it.
I note that installing yubikey_manager via pip instead of via MacPorts still has the same problem, but only if using the MacPorts python3: ``` % /opt/local/bin/python3 -m venv mpenv %...
I pared down [`ykman/_cli/__main__.py`](https://github.com/Yubico/yubikey-manager/blob/main/ykman/_cli/__main__.py) until `ykman -h` stopped aborting, and I found that I had to get rid of basically everything, including imports from './util'. So I think the proximate...
> Based on the presence of ctypes in the trace I suspect the problem is related to the HID communication layer. Can you try running the following command to see...
Oh I should note that the problem only seems to happen on x86_64, not on arm.