-
# Replace PHP with Golang
## Something is happening: ownCloud replaces PHP with Golang
In this [interview](https://www.cloudcomputing-insider.de/warum-owncloud-seine-architektur-ersetzt-a-826148/) i…
-
作者你好,我前段时间也处于相同的初衷的编写了一个 lru 库。
1. 实现尽量简单 2. 内存和GC负担尽量小 3. 使用分片而不是 RCU 加速(因为会有 GC 负担)
https://github.com/phuslu/lru
随机的混合写的速度是明显快于其他库的,不过 zipf 分布应该不如 RCU 的实现 (otter 等)
-
I can see there are 3 endpoints using two handlers.
If I call use the path `/models` I get this:
`{"object":"list","data":[{"id":"ggml-gpt4all-j","object":"model"}]}`
If I try the other handler I g…
-
Hello!
Thank you for your codes
I used it to make a worker on the Cloudflare and it was successful.
But when I used it in a Project, there was two problem:
First: I'm getting this error message:
…
-
### Version
v4.37.5
### Deployment Method
Docker
### Reverse Proxy
Traefik
### Reverse Proxy Version
2.10
### Description
Experiencing inconsistent behavior when trying to log into authe…
-
## Feature Request
### Use Case
When protecting API-driven services such as a Docker registry, a user may not want to supply their password via a command line application, a third-party UI or …
-
### Query PR
https://github.com/github/codeql/pull/14064
### Language
GoLang
### CVE(s) ID list
- https://github.com/advisories/GHSA-hf7j-xj3w-87g4
- https://github.com/advisories/GHSA-85cf-gj29…
-
### Version
v4.37.5
### Deployment Method
Docker
### Reverse Proxy
NGINX Proxy Manager
### Reverse Proxy Version
2.9.19
### Description
I've setup Authelia as an OpenID prov…
-
Documented here: https://projectinnocuous.slack.com/archives/C040H0M18AK/p1687361153554309
```
{"level":"error","ts":1687358584.7015367,"msg":"GithubGuard","error":"Get \"https://api.github.com/us…
-
### Question Description
I'm trying to forward mqtt requests to http api endpoints in the same program, is there any way to call it internally and with minimal performance cost.
### Code Snippet (o…