Equim

Results 9 issues of Equim

如果你想让 h2s 与 v2ray 以代理链(传出代理)的方式配合使用的话,那么就需要注意一些地方。 首先必须要明确的一点是,无论如何 h2s 都只接受 TCP 的输入,因为 HTTP 代理只能处理 TCP。 假如你原先的 v2ray 配置没有使用自定义的传输,即 `streamSettings` 为默认值,也就是朴素的 TCP (朴素 VMess)的话,那么直接将 h2s 的监听地址设为一个 `outboundDetour` 再设置传出代理 `proxySettings` 桥接过去即可,**下文就可以不用看了**。而如果你设置了 `streamSettings`,比如配置了 TLS 或/与...

### 问题类型 / Type of issues * 过期软件包 / out-of-date packages ### 受影响的软件包 / Affected packages * cloudflared ----

out-of-date

It seems like `--disable-fec` disables both the inbound and outbound FEC process, but `--mode 1 --timeout 0 -f 1:0` on one end just stops the FEC on its outbound yet...

I wrote a scrtipt to calculate the loss rate easier. What makes it more than a simple calculator of the probability mass function of binomial distribution is that **it can...

Some machines don't have `/etc/mime.types` installed by default, making `mime.TypeByExtension` likely to fallback to `blob` on most files and therefore will be shown as `insert_drive_file` in the frontend. https://github.com/filebrowser/filebrowser/blob/6e1c6a4a8cb1fecfeddf10ada67618c90912336d/file.go#L214 See...

See [torch.nn.Module.named_parameters](https://pytorch.org/docs/stable/generated/torch.nn.Module.html#torch.nn.Module.named_parameters). Plus, `prefix` does the same thing as `fpn = '%s.%s' % (mn, pn) if mn else pn`.

https://github.com/cogentapps/chat-with-gpt/blob/1998a661f805669e6c81ea6c31eadfe9b7cbf75b/app/src/openai.ts#L90 I think it should be 4096 for gpt-3.5-turbo and 8192 for gpt-4?

This PR fixes an issue I found when I was writing a build tool driven by `go generate` on my own project [sha3sum](https://github.com/Equim-chan/sha3sum). tl;dr `go generate` injects $GOOS and $GOARCH...

Although [mjx-project/mjx_mjai_translater](https://github.com/mjx-project/mjx_mjai_translater) is already out there, it looks like it's more about running mjai-speaking agents against the mjx emulator server. I have some existing mjai game logs and hope to...