Li Wei

Results 4 issues of Li Wei

For example, "1234" can be accepted, but "1" is not a valid base 32 character.

My app have a `dispatchQ`(DispatchQueue) for network requests and most other operations, and some other queues for heavy computing. I use PromiseKit like this, ```swift fetchData().then { objects in let...

When I enable StrictMode, I can see `IllegalAccessException` in the log. What is the correct way to show overlay in `AccessibilityService`? ```java @Override protected void onServiceConnected() { super.onServiceConnected(); debugStrictMode(); WindowManager...