Aaron Madlon-Kay

Results 242 comments of 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.

I don't know that much about this stuff either, but - I don't think the WINEPREFIX is the issue, since the prefix itself does not determine the supported archs -...

Can you provide a minimal reproduction? Googling around for your error text, it seems to be related to `compileSdkVersion` and `targetSdkVersion`. What are your values for these?

Did this fix the problem for you? https://github.com/sotowang/flutter_charset_detector/commit/8146af3349282b6fe9f15b0be63067931283885f