miozus
miozus
ummm,要不你开分支自己手写一个简单的 `Capslock` ,hjkl,uiop,swq? 提交分支,然后看其他 Linux 用户觉得好用,继续添砖加瓦。 感觉 Windows+虚拟机,或者直接 Mac 用户很多,两个平台都覆盖了, 纯 Linux (xmod)比较少。
[[how-do-you-get-system-diagnostic-files-from-macos]](https://apple.stackexchange.com/questions/59917/how-do-you-get-system-diagnostic-files-from-macos) May it help to understand this key shot problem. If you want to DIY the CapsLock config, follow my simple steps on MacOS: - download `capslock.json` in repository here...
```yaml ################################################################ # Hyper MouseKey # ################################################################ - description: Hyper MouseKey manipulators: #==========================================================# # ( mouse wheel ) -> ( desktop switch ) # #==========================================================# - description: 'mouse_wheel_up = ctrl...
update: I got a method to use it after 1 month past. --- before:  `require` : backslash \ ⇒ slash / but Notion launched with circle round and round...
昏迷,用了半年,开直播才发现意识到这个问题,很不方便。debug 一下底裤都掉了。
Same issue. MacOSX: 11.6 BigSur VSCode: 1.61.2 Elasticsearch for VSCode v0.13.3
I have met this question tonight and cried until now, but it resolved by: `pip install cython` then `sudo pip3 install Cython git+https://github.com/rkern/line_profiler.git` lets have a look `pip install line_profiler`...
等了四个月,回来看,还是未支持vue3
💡关于找零钱问题,备忘录模式中,`memo` 的初始化值的限制,虽说正常逻辑取不到的值,那么 - `Arrays.fill(memo, amount + N);` 这样可以吗? - 不可以。因为初始值是静态写死的,而子结构调用却传入变化的参数,导致直接读取备忘录了,使得 `subProblem:amount+N != -1`。看似吸收合并了迭代循环的要素,但失败了,完全超出预期。 - ` Integer.MAX_VALUE` 这样极限值可以吗? - 不可以。因为子结构参数中 `amount - coin` 相减时,会被整型溢出异常。