William8915

Results 3 issues of William8915

I find it helpful if the plugin can check for header file renames in the project and provide an option to update all `#include` directives in source files to include...

Language Service
Feature Request
Feature: Refactoring

I have used the same schema files for Weasel and Trime(Android). Both of them take several minutes to deploy. However, when I installed ibus-rime in Linux (the same laptop as...

According to https://en.cppreference.com/w/cpp/utility/expected/unexpected, The C++23 standard uses the member function ``error()`` to access the stored ``E`` inside ``unexpected``. The library currently uses ``value()`` which is inconsistent.