塵世不再

Results 7 issues of 塵世不再

https://union.jd.com/openplatform/api/10419 jd.union.open.order.query 即将下线(听闻将于2021年2月5日下线) https://union.jd.com/openplatform/api/12707 jd.union.open.order.row.query 这是新的接口

**Describe the bug** When a functional shortcut key is encountered, it will cause the display button to pop up, such as Win + L In addition, the screenshot shortcut key...

🐛 bug

使用http链接会出现5503错误 ![image](https://github.com/metowolf/vCards/assets/6573979/bf15159d-6461-43bf-aba2-c3858e6a900f) ![image](https://github.com/metowolf/vCards/assets/6573979/6c5ad6aa-dd5f-4b13-b608-4884c59aa579) ![image](https://github.com/metowolf/vCards/assets/6573979/17c3f602-240d-4605-9032-98e5f72341a9) 如果使用https链接,能添加成功,但是无数据进来。 ![image](https://github.com/metowolf/vCards/assets/6573979/6e5140aa-ba7d-4528-95a1-7d94994fa6c0)

bug

![image](https://github.com/flyinclouds/KBLAutoSwitch/assets/6573979/7868ac71-b0bc-4be8-8dbe-9296a9ba9cd2) 本来需求是想要和Mac一样的切换逻辑,研究了半天似乎无法实现,只能用上述方式曲线救国。 Ctrl Shift Alt 作为太多修饰用的键后经常不知道当前输入法是什么,已经win下反人类的切换逻辑导致很多时间花了10来秒才能切换到正确输入法(场景是已经在一个窗口下输入英文代码、中英文符号等中文注释的场景下),看到issue里有人贴了这一段代码,非常想要这个功能(尝试研究了一下PowerToys,似乎也没找到完美解决方案)。 https://github.com/flyinclouds/KBLAutoSwitch/issues/11#issuecomment-1307395774

How to write to the log using DB::listen() ?

使用whereHasIn产生的语句 ``` select count(*) as aggregate from `users` where (`users`.`pid` in (select `users`.`id` from `users` where `users`.`pid` = `users`.`id` and `username` like '%test%')); ``` 使用whereHas产生的语句 ``` select count(*) as aggregate...