12425

Results 10 comments of 12425

A PR is created at #38.

I wrote a simple page that saves the textarea to files. ``` html document.getElementsByTagName('INPUT')[0].addEventListener('click', function() { const val = document.getElementsByTagName('TEXTAREA')[0].value; if (!val) { return; } let xhr = new XMLHttpRequest;...

Yes, that's would be even better. Thank you!

+1 for this, I also like to disable Codeium in all buffers except a few file types. Currently I'm doing this in vim9 as workaround ``` au BufReadPre * Codeium...

``` $ uname -a Linux pi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian...

Thanks, the latest main branch works! > Try install Yazi from the latest main branch: > > ```shell > cargo install --locked --git https://github.com/sxyazi/yazi.git > ``` P.S. with `--tag v0.1.5`...

请查看 [readme](/12425/wechat-exporter/blob/master/README.md),里面有步骤和测试过的 iOS 版本号。电脑端是 Windows,没有测试过 MacOS。

@blinkingsss 能贴一下错误详情吗?有可能是新的 iOS 版本改变了内部存储格式。

Bypassed by USB Debugging ``` adb install --bypass-low-target-sdk-block de.onyxbits.remotekeyboard_8.apk ```