Calvin Liu
Calvin Liu
* Considering performance, it is best to put the mod operation out of the loop in hash function, although the output is the same. * The output of `hash("cat", 163,...
Return `c.Request.MultipartForm` directly if it has been parsed.
### Package version: v10 ### Enhancement: Is it possible to translate the param field? ### Code sample: ```go package main import ( "fmt" "reflect" "github.com/go-playground/locales/en" ut "github.com/go-playground/universal-translator" "github.com/go-playground/validator/v10" en_translations "github.com/go-playground/validator/v10/translations/en"...
## Bug Report 1. What did you do? ```sql mysql> CREATE TABLE t (i INT, PRIMARY KEY (i)) ENGINE = InnoDB; mysql> INSERT INTO t (i) VALUES(1),(2),(3); mysql> SELECT *...
If device /dev/kvm does not exist, kata-runtime check would fail with an ambiguous error messae 'no such file or directory'. I added a little more details to make it understandable...
By default, when a container is created with the `--privileged` flag, all devices in `/dev` from the host are mounted into the guest. If there is a block device(e.g. `/dev/dm`)...
# Description of problem Host kernel: `4.19.90`. `ctr run` hungs with runtime kata util I kill that process. Command is as follows: ``` shell ctr run --runtime io.containerd.run.kata.v2 --rm docker.io/library/busybox:latest...
## Proposed Changes Docker now allows client to set annotaion when creating sandbox and containers that is significant for some low-level runtimes(e.g. kata-containers) as they use it to determine whether...
## Proposed Changes Fix lost pages in README.md.