Carter Li
Carter Li
We support IORING_OP_{READ,WRITE}_FIXED but doesn't support IORING_OP_{SEND,RECV}_FIXED.
``` addEvent(document.documentElement, 'touchend touchcancel', this.deselect) removeEvent(document.documentElement, 'touchend touchcancel', this.deselect) ``` https://github.com/mauricius/vue-draggable-resizable/blob/cb43b89da98f733dc2637668e9f9cdbf5dc2bc82/src/components/vue-draggable-resizable.vue#L302
Babel somehow can't recognize TypeScript specific type import/export, and generates invalid esm code which breaks projects use [vite](https://vitejs.dev). Ref: https://github.com/antvis/G6/issues/2465
“PD Runner”将对您的电脑造成伤害。 您应该将它移到废纸篓。
I have both brewed gawk & gnu-sed installed. ```shell ioreg -c AppleSmartBattery -r | awk '$1~/Capacity/{c[$1]=$3} END{OFMT="%.2f%"; max=c["\"MaxCapacity\""]; if (max>0) { print 100*c["\"CurrentCapacity\""]/max;} }' ``` prints `95.67%`, which results in...
1. make `el-radio-button` and `el-radio` almost identical ( same props and usable without group ) 2. deprecate props `text-color` and `fill` on `el-radio-group` as they only affect `el-radio-button` but their...
``` PowerShell 7.2.6 Copyright (c) Microsoft Corporation. https://aka.ms/powershell Type 'help' to get help. ➜ ~ .\winfetch.ps1 lllllllllllllll lllllllllllllll zhang@WINDOWS lllllllllllllll lllllllllllllll ------------- lllllllllllllll lllllllllllllll OS: Windows 11 专业版 [ARM 64...
Sarasa-Mono-SC-Nerd: Iosevka Nerd Font Mono:
Before: After: This issue affects both tty and wayland. Note this method reports preferred / maximum resolution instead of current resolution as I said before. I highly recommand https://github.com/dylanaraps/neofetch/pull/2395 if...
Format: `${scaled_width}x${scaled_height} @${scale_factor}x` Refresh rates are missing. It's possible but I don't bother to do it. For full functional and 100x faster detection, try fastfetch instead.