-
Working with and manipulating non-English data requires us to use runes slices. If we want to do operations like comparing two rune slices, replacing, indexing etc, we have to cast to string, do those…
-
We'll want to hide away most of gitea and allow logging in via our own frontend. Ideally we can also enable "login with github/facebook/google".
-
In my setup the majority of HTTPS handling is done at the edge of the cluster by Fabio with internal services running only HTTP. However, BitBucket is being a complete pain and, thinking the request i…
-
-
## 原文内容
```
从 panic 和 recover 这对关键字的实现上可以看出,可恢复的 panic 必须要 recover 的配合。
而且,这个 recover 必须位于同一 goroutine 的直接调用链上(例如,如果 A 依次调用了 B 和 C,而
B 包含了 recover,而 C 发生了 panic,则这时 B 的 panic 无法恢复 C 的 panic;
又例…
-
cmake ends with error. What is missing?
$ cmake ..
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- …
-
This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue t…
-
The last commit was 3 months ago and I haven't seen much recent activity. ~~I am unable to join the Slack channel~~. So is this project basically dead?
EDIT: I've got to join Slack now after some …
-
## Bug description
I was testing out 0.9.0 and wanted to check out the awesome new stuff that's been added recently (searching through commands, repeating last command, etc.) and noticed that they …
-
## Bug description
I was testing out 0.9.0 and wanted to check out the awesome new stuff that's been added recently (searching through commands, repeating last command, etc.) and noticed that they …