-
### Description
This issue stems from insufficient future attestation handling in Teku spec test. In Teku, it has an attestation scheduling so the future slot attestations can be deferred until t…
hcnam updated
12 months ago
-
### Summary of Feature
**Description:**
This request came about as a result of a conversation with Oliver on gitter. Basically, `popBack()` will halt the program today if it is called on an empty…
-
### 1Panel 版本
v1.10.2
### 请描述您的需求或者改进建议
希望可以增加针对tar归档压缩的分卷压缩支持。
当有时需要对服务器内特定路径归档备份时,产生的单文件过大(比如我们就出现了接近600GB的tar文件),这么大的单文件不利于后期处理。
可以考虑在面板压缩界面支持自定义分卷压缩,比如100GB一个数据包。
### 请描述你建议的实现方案
实现只需要使…
-
**Description**
Containers are not started in parallel when issuing multiple concurrent "docker run" commands for the same image.
I expect this has to have been discussed in the past, but my sea…
-
Hi--,
I had installed airwave with probably wine 1.6 or 1.8 earlier found on the ubuntu repositories ( I cant remember) and then updated to wine 2.0 in order to avoid a bug with C++ in wine. Air…
-
*HTTP2 locally-originated stream resets use the [NO_ERROR code](https://httpwg.org/specs/rfc9113.html#NO_ERROR)*: *When envoy originates a stream reset on an HTTP2 codec it sends a RST_STREAM frame bu…
-
For...
```
func doUpdate(url string) error {
resp, err := http.Get(url)
if err != nil {
return err
}
defer resp.Body.Close()
err := update.Apply(resp.Body, update.Options{})
if err …
-
HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: max-age=0, private, must-revalidate
Content-Security-Policy: default-src 'none'; base-uri 'self'; child-src github.com/assets-cdn/worker/ gist.gi…
-
### Description
Presumably for historical reasons, the `container_properties` field of `aws_batch_job_description` is represented as a JSON string, instead of using a block. This defers validation of…
-
As briefly discussed in https://github.com/golang/go/issues/56102#issuecomment-1317765390, I propose to promote `errgroup.Group` to the `sync` package. The proposed API set is listed below.
#…