Tuno

Results 22 comments of Tuno

用chatgpt写了个ahk脚本, 保持一个状态变量flag,用来切换tray_icon的show/hide状态,快捷键win+h: ``` #Persistent #SingleInstance, force flag := true ; define the variable flag as true #h:: if (flag) { ; start the branch statement Run, "yourpath\hideTrayIcon.exe" -a hide -r...

increase wait time or update your account‘s api tier by charge for it.,,or upload jsonl file to batch api (then wait 24h for download result file),

thanks a lot, it works for me

> Launch `VsDevCmd.bat` for your project directory, and type "code .". Compiler path is: cl.exe > > LaunchProject.bat: > > ``` > @echo off > call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\Tools\\VsDevCmd.bat"...

The motivation is that user generated manifest don't need too manyredundant architecture information. It's generated for current machine in most situations. Before (manifest contains architecture): ```json { "version": "23.11.0", "description":...

> There's not much of a process. They just need to be on the same version of sync, in order to sync > > If you enable > > ```...

> I second [@huyz](https://github.com/huyz) opinion.. more often than not what I'm looking for is the directory. I’m currently using the sqlite3 command as a workaround to inspect the full properties...

> I found that we should make sure the nlohmann json is exactly `nlohmann_json=3.11.2`, the latest version (3.11.3) won't work. > > mamba install -y -c conda-forge nlohmann_json=3.11.2 tks, this...

I can testify that this issue still exists when run v1 script, which starts with `#Requires AutoHotkey v1.1`. The problem is caused by zero-plusplus‘s **vscode-autohotkey-debug** plugin, **which has higher priority...

for my occasion of ohmyzsh, it's because i has use ohmyzsh with plugin https://github.com/skywind3000/z.lua/blob/master/z.lua.plugin.zsh, which set `ZLUA_SCRIPT="${0:A:h}/z.lua"` https://github.com/skywind3000/z.lua/blob/f80e22498cf23cce7fb0f240900360f96193a5b6/z.lua.plugin.zsh#L3 since env varibles only take effect on current shell when set without...