leeyi
leeyi
How do I trigger the removeSelectedItem(item) method in a sibling of the FilterListWidget component on the same page and refresh the FilterListWidget ``` textfield_tags: ^2.0.2 #filter_list: ^1.0.2 filter_list: path: plugin/flutter_plugin_filter_list...
imboy_fastdfs is container_name Fixed the problem that database cannot be linked when host is set to container_name in docker-compose.yml https://github.com/imboy-pub/imboy/blob/dev/docker-compose.yml ``` , {sql_driver, pgsql} , {pg_conf , #{name => pgsql,...
const VERSION = '6.0.7'; 命令行无法捕获异常,求官方支持指定要捕获异常,便于 输出异常到sentry ``` ./vendor/topthink/framework/src/think/Console.php public function run() { $input = new Input(); $output = new Output(); $this->configureIO($input, $output); ```
1. Obtain only the files ending in ".sql" in the Path directory 2. run erlang/otp 25.3.2.12 ; epgsql 4.7.1; PostgreSQL 15.7 (Debian 15.7-1.pgdg110+1) Why add this submission: For example, on...
## 0.4.3 * 移除对 READ_EXTERNAL_STORAGE 和 WRITE_EXTERNAL_STORAGE 权限的请求( Android 10 和 Android 11,不再请求这些权限) * Android 12 及以上版本,请求 POST_NOTIFICATIONS 权限 * 支持“升级到gradle到8.7” fix 在Android 10 真机(api 29) 和 Android 9.1.0.301(COOE162R2P2) 真机(api...
### Plugin package_info_plus ### Use case Right now the packageInfo.buildSignature method returns a SHA256 hex string (without colon byte delimiters) just in Android. package_info_plus already has the basic functionality, why...
把flutter项目“升级gradle到8.7”后,项目依赖 jverify: ^3.0.0 报错 我把文件 /Users/leeyi/project/imboy.pub/imboyflutter/plugin/jverify/android/src/main/AndroidManifest.xml 修改为: ``` ``` 可以解决 “JverifyPlugin.java:1903: 错误” 但是,我尝试了很多办法,还是没法解决 “Execution failed for task ':jverify:compileReleaseJavaWithJavac'.” 的问题 ``` Font asset "fa-solid-900.ttf" was tree-shaken, reducing it from 419720 to...