Carbo Kuo

Results 11 issues of Carbo Kuo

@mingruimingrui The current 'release-pypi-macos.sh' only builds for x86_64 for Mac. It would be better if we can have *_arm64.whl, too.

**Describe the bug** The version on Google Play 3.1.3 does not support Android 13. The candidate bar is not shown. Please help update Google Play. **To Reproduce** Steps to reproduce...

**Describe the bug** The background color of the candidate bar is always black, regardless of the system dark mode. When the font color is also black, nothing is visible. **To...

Hi, I installed utop by running `opam install utop` and it runs correctly. But I did not find a file named `.lambda-term-inputrc` in my home directory so I manually created...

``` js var test = function(callback) { console.log('called'); callback(null); } function main() { try { test(obtain(a)); } catch (e) { console.log('error by obtain', e); } throw 'a'; } try {...

bug

``` js function test() { 'use strict'; f(obtain()); } ``` Actual ``` js function test() { var _$err; 'use strict'; f(function () { _$err = arguments[0]; if (_$err) throw _$err;...

enhancement

Even if another exception is triggered

For loop should not be converted into while.

bug

I added `androidx.core.content.FileProvider` and `provider_paths.xml`, but still encountered such an error: ``` E/DatabaseUtils(22545): Writing exception to parcel E/DatabaseUtils(22545): java.lang.SecurityException: Permission Denial: reading androidx.core.content.FileProvider uri content://com.example.app.provider/external_files/Android/data/com.example.app/files/test.json from pid=22857, uid=1000 requires the...