Results 36 comments of Paul Donohue

For reference, it looks like the old fix for this bug was in 362635c355ee1651da7c3f943bed300cfcd945e7 The issue is that sendKeyEvent() is internally asynchronous (see https://code.google.com/p/android/issues/detail?id=6101 and https://android.googlesource.com/platform/frameworks/base/+/3fadee479107f0494e1e190aba2a1eea12cb0a75/core/java/android/view/inputmethod/BaseInputConnection.java#514 and https://android.googlesource.com/platform/frameworks/base/+/b3ba1d4e717d6292df4273108f0da61dac4f7b10/core/java/android/view/ViewRootImpl.java#5962), so while...

Sorry, the links I had in my comment were bad... I have corrected them. If you take a look at InputLogic.java, the official android LatinIME code calls commitText() and not...

Ok, thanks. I will hunt around and see if I can find a way to check what kind of view you are connected to...

(The katello build failure is not related to my change)

The kernel not sending route updates on interface delete didn't sound right to me, so I did some digging... For reference: - When an IPv4 route is deleted manually, rtmsg_fib()...

Ok. I've updated my PR to use "global assets" instead of "asset resources". Is there currently such a thing as a global resource or a page asset? I had thought...

Yeah, that is actually most of what I changed in this PR - explicitly pointing out in the docs that `resources` and `.Resources` are different things. :)

@micahsnyder: It appears to me that you may be misunderstanding the issue here, possibly due to conflicting uses of the term "signature". Please correct me if I'm wrong, but it...

> The EVP_MD_CTX_FLAG_NON_FIPS_ALLOW flag was removed in OpenSSL 3.0 Good point; A lot has changed in OpenSSL 3, and ClamAV has not yet been updated to work around FIPS with...

ErbHandler issue is fixed now, thanks! As for the bundler issue, there is a bug report about this, but it's not very helpful: https://github.com/bundler/bundler/issues/800 You could try: if ARGV[0] !=...