drag0n-app
drag0n-app
### What version of Bun is running? 0.6.5 ### What platform is your computer? Darwin 22.1.0 arm64 arm ### What steps can reproduce the bug? import got from 'got'; let...
是否考虑设置一个选项,让拼音ü替换为v? 例如:默认“女 => nu”,设置后“女 => nv”
点击打开聊天图片,右键中的“提取文字”已经实现了,能否顺便把“识别图中二维码”功能也实现一下?谢谢~
got & hpagent ```ts import { HttpProxyAgent, HttpsProxyAgent } from 'npm:hpagent'; import got from 'npm:got'; const ip = await got.get('http://api.ipify.org/', { agent: { http: new HttpProxyAgent({ proxy: 'http://127.0.0.1:8000' }), https:...
### What version of Bun is running? 1.1.30+7996d06b8 ### What platform is your computer? Darwin 24.0.0 arm64 arm ### What steps can reproduce the bug? ```ts import crypto from 'node:crypto';...