RichardLuo
RichardLuo
Currently, the tab bar is not semi-transparent. Is it possible to make the whole title bar semi-transparent? 
The settings.json becomes extremely long after running `VSCodeCounter: Save the collected language configurations`. Could you support storing it in for example ~/.vscode-counter-language.json? Or allow us to specify the location?
## Bug Report **Package Name:** mingw-winlibs-llvm-ucrt ### Current Behaviour I tried to install an older version of mingw-winlibs-llvm-ucrt using `scoop install -a 64bit [email protected]`, failed with the following result ```...
android 14 只要在fcmfix里选中的应用被强行停止,fcmfix就会报这个错 ``` [ 2024-03-15T16:32:59.649 1000: 1463: 1463 E/LSPosed-Bridge ] java.lang.ArrayIndexOutOfBoundsException: length=8; index=8 at com.kooritea.fcmfix.xposed.KeepNotification$1.beforeHookedMethod(KeepNotification.java:41) at rZG.HtPnRxBmy.RDjplQIQ.XposedBridge$LegacyApiSupport.handleBefore(Unknown Source:24) at J.callback(Unknown Source:179) at LSPHooker_.cancelAllNotificationsInt(Unknown Source:58) at com.android.server.notification.NotificationManagerService$5.onReceive(NotificationManagerService.java:1808) at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0(LoadedApk.java:1811) at...
```java val tmp: Class? = XpUtil.getClass("android.content.BroadcastReceiver", lpparam.classLoader) val hookedClassSet = HashSet() XposedBridge.hookAllConstructors(tmp, object : XC_MethodHook() { override fun afterHookedMethod(param: MethodHookParam) { val thisClass = param.thisObject.javaClass if (!hookedClassSet.contains(thisClass)) { XposedBridge.hookAllMethods(thisClass, "onReceive",...
根据我的观察,这个貌似是系统唤醒应用去干事情,现有的功能应该是无法限制(目前我不清楚那个“同步”是什么东西)。 不过android的确会自己安排什么时候唤醒,理论上耗电应该不大,可能也没必要去刻意禁止他。也许可以考虑增加一个选项,手动设定安排work的间隔(拉长他本来要设定的时间或者条件)。 另外就是,很多应用会使用jetpack里的WorkManager,他底层用的就是JobScheduler(某个android api以上),但是,在类原生系统上,这个东西离谱的是他居然在force stop以后会重启,我没找到具体重启的代码,但是有一段注释写了,而且也符合我的观察(在强制停止微信4 5小时后他的确做到自己重启了),[源码: ForceStopRunnable.java](https://android.googlesource.com/platform/frameworks/support/+/a9ac247af2afd4115c3eb6d16c05bc92737d6305/work/workmanager/src/main/java/androidx/work/impl/utils/ForceStopRunnable.java),这个基本就是重启后检测了一下是否是force stop,是的话就重新安排work(因为force stop会取消所有job。。。没错,Google就是这么自相矛盾),我觉得这个行为非常奇怪,不符合force stop的含义,目前我发现的是如果hook ForceStopRunnable::run为空似乎可以解决,希望也能增加这个功能
Please describe the problem. I can not find out whats exactly causing the crash. So I create a min reproduction: https://github.com/RichardLuo0/clangd-crash-reproduce, open `src/b.cpp`, in a few seconds, it will crash....
### Feature Request It seems by default gdb enables pretty printing if launched from command line. But for some reason `-enable-pretty-printing` has to be set explicitly in launch.json for vscode....
I set the background to "last selected". If I select any game with an online image, for example this one:  It will not show this image. Instead, it is...
Usually, AppContainer Loopback Exemption Utility is able to allow UWP apps to use system proxy. However, it is not working for mytube.