Kun Lai

Results 19 issues of Kun Lai

I have found a bug, when it is all Chinese sentence and more then one line, the textsize would be divided to min size. It is because: https://github.com/AndroidDeveloperLB/AutoFitTextView/blob/master/AutoFitTextViewLibrary/src/com/lb/auto_fit_textview/AutoResizeTextView.java#L89 in Chinese...

版本: ``` Android Studio 3.1 Build #AI-173.4670197, built on March 22, 2018 JRE: 1.8.0_152-release-1024-b02 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0 ``` 编译warning: ``` Configuration...

第一次授权应用读写储存卡后,并不能进行读写操作(Android系统bug),导致抛出异常而微信捐赠无法写入收款码,需要完全杀死应用再重启才能写入, 比如我这样处理的: https://github.com/KB5201314/ConfessTalkKiller/blob/1ab1e882ef8c5a9717a541cddce76744a5f6f4b2/app/src/main/java/top/imlk/confesstalk/activity/SettingActivity.java#L91 建议提供失败后的回调

### What happened? Every time I move the mouse over a `MUL` Instruction(e.g. `MUL X1, X1, X2`), idapython prints this error message ``` Exception in ida_kernwin.UI_Hooks dispatcher function: SWIG director...

This commit fixes the bug we mentioned here: https://github.com/occlum/occlum/pull/975#discussion_r942031420

#### 项目名称与简介(Project Intro.) 名称:**EPEL for armhfp** 简介:EPEL for armhfp是centos提供的额外的epel源,用于提供运行centos等系统的armv7设备(如树莓派)使用。在新版本的epel中,官方没有对armhfp架构的支持,但是centos的人给专门编译了armhfp的版本,该版本可用于运行centos的树莓派等设备。但是由于centos未对其进行镜像,官方源一直访问缓慢,致使yum makecache 长达数分钟。 详见centos的blog: https://blog.centos.org/2018/09/epel-for-armhfp/ #### 上游地址与镜像方法(How to Mirror) https://armv7.dev.centos.org/repodir/epel-pass-1/ #### 其他信息(Other) - 镜像大小(Mirror Size): 未知

Mirror Request
Distro

When the following domains are blocked, the security center cannot send SMS. ``` api.sec.miui.com ```

help wanted

According to the unshare(2) man page: A call to unshare(CLONE_FS) will: ``` CLONE_FS Reverse the effect of the clone(2) CLONE_FS flag. Unshare filesystem attributes, so that the calling process no...

bug

The effect of `--bind` is not reflected in the result of `getdents64()`, which can cause some differences in the results of `ls -la`. What `--bind` does is basically overwrite one...

enhancement

## Description I am implementing an X509 endorsements extension for the inclavare-containers/rats-tls project https://github.com/inclavare-containers/rats-tls/pull/135 , and I noticed that Occlum does not currently provide a way to obtain SGX DCAP...