artiga033
artiga033
The book is awesome and very helpful for me, thus I would like to translate it to my native tongue (Chinese). I wonder if you are willing to add multi-lang...
由于db文件前面有1KB的文件头,导致通常的SQLite程序都无法识别,必须手动删除这些无用文件头。这导致一方面每次数据库变动都得为了这1KB的文件头而重新拆出一个非常大的数据库文件,也不能直接读写QQ数据目录下的db文件。 因此写了一个[SQLite VFS扩展](https://github.com/artiga033/ntdb_unwrap/tree/main/sqlite_extension),检测到NTQQ数据库特征时自动追加一个1KB的偏移量。 命令行的用法已经在上面的链接里了,另外经测试 Windows 上的 DB Browser for SQLCipher 也可以使用。具体: DBBrowser for SQLCipher (Windows) 作法 1. 从[这个release](https://github.com/artiga033/ntdb_unwrap/releases/tag/v0.1.0)下载[`sqlite_ext_ntqq_db-x86_64-pc-windows-msvc.zip`](https://github.com/artiga033/ntdb_unwrap/releases/download/v0.1.0/sqlite_ext_ntqq_db-x86_64-pc-windows-msvc.zip),解压得到里面的dll文件,注意**不要修改dll的文件名**。 2. 打开 DB Browser for SQLCipher,选择`文件`->`新建内存数据库`,之后的弹窗直接关掉,然后点击`工具`->`加载扩展`,选择第1步中的dll文件。  3. 提示“扩展已成功加载”,此时再`打开数据库`,直接选择 NTQQ 的.db文件,然后正常输入密码、加密方式即可直接打开数据库。 ...
This is to avoid having to introduce indirect dependency of axum, which is often not the latest if fron `tonic->tower->axum`. Say if a downstream project which is a http web...
Currently, run `npx pagefind` on an ARM windows machine: ``` npx pagefind npm warn Unknown project config "manage-package-manager-versions". This will stop working in the next major version of npm. Failed...
Hi, I wonder if you'd like to add a ARM64 binary to release, I have tested that it can be compiled and works well on my ARM machine. I have...
Would you like to add release builds for Windows on ARM(`aarch64-pc-windows-msvc`). Currently I've just `cargo install` the crate and it works well on such machines. After all `aarch64-pc-windows-msvc` is now...
For terminals that support [OSC 8](https://iterm2.com/3.2/documentation-escape-codes.html#:~:text=now%201337.-,Anchor%20(OSC%208),-VTE%20and%20iTerm2),-VTE%20and%20iTerm2), display a hyperlink to the AUR webpage for users to quickly browser package detail, latest comments, etc.. This PR also switches the table format...