zuisong
zuisong
```shell curl 'http://fiddle.jshell.net/echo/html/' \ -H 'Origin: http://fiddle.jshell.net' \ -H 'Accept-Encoding: gzip, deflate' \ -H 'Accept-Language: en-US,en;q=0.8' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko)...
可以支持夜间模式吗? 插件很棒, 谢谢作者开发👍
```kotlin val d = Departments.aliased("d") val e = Employees.aliased("e") database.update( d ) { set(d.location, "localtion1") where { exists(database.from(e) .select(e.id) .whereWithConditions { it.add(e.name eq d.name) it.add(e.id eq 1) } ) }...
之前 使用的 `SingleTypeConverter` 时候, 可以做到统一配置SqlType的效果 现在删除 `SingleTypeConverter` 之后, 需要在每一个entity类上指定 SqlType, 增加了升级成本
仓库地址: https://github.com/zuisong/gemini-openai-proxy 特点: 把代理服务器地址配置为 openai 服务地址之后, 可以直接使用 gemini 的api key 作为 chatgpt 的api key 使用, 支持图文 (Gemini Pro Vision) 兼容其他使用 openai api 的客户端
### What version of Hono are you using? 3.11.12 ### What runtime/platform is your app running on? deno ### What steps can reproduce the bug? ```ts import {Hono} from "hono";...
it seems add one line to download `completions/fundle.fish` ```fish curl https://raw.githubusercontent.com/danhper/fundle/master/completions/fundle.fish \ --output $HOME/.config/fish/completions/fundle.fish ``` Can we do this? 😁
During the process of upgrading xh to reqwest 0.12, I found two places that are incompatible with 0.11.x. I wonder if this is a problem or a feature? 1. works...