Teppei Fukuda

Results 89 issues of Teppei Fukuda

Thanks for awesome library. I use `readline-demo` on Windows PowerShell. ![readline](https://cloud.githubusercontent.com/assets/2253692/24079768/6c40797a-0cd3-11e7-8e15-e66b9616f972.gif) How can I keep the background color?

I got the following error. ``` FATA[0001] json: cannot unmarshal string into Go struct field Screenboard.width of type int ``` I investigated this error and found that `width` is occasionally...

`gofmt -s` returns the following diff ``` - }, "/definition.yaml": &assets.File{ + }, "/definition.yaml": { ```

## Description Trivy currently scans hard-coded secrets in each layer and ignores a secret if it is removed in the upper layer. It is essential for vulnerability scanning, but on...

kind/feature
priority/backlog
scan/secret

## Description Trivy can be integrated into CI easily, but the vulnerability disclosure lifecycle is not synced with the development lifecycle. A job can fail due to newly disclosed vulnerabilities...

kind/feature
priority/backlog
scan/vulnerability

External Reference can have PURL. >3.21 External Reference 3.21.1 Purpose: An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable...

kind/feature
priority/important-soon
scan/sbom

Close https://github.com/tetratelabs/wazero/issues/738

Do you think it would be worthwhile to maintain an example of Zig in the wazero repository? I extended the allocation example for Zig. I can open a PR if...

enhancement

## Description https://github.com/google/go-containerregistry/pull/1121 allows `daemon.Image` to get a config name without exporting a tar file. This PR also generates a config file from `docker inspect` and `docker history` without exporting....

lifecycle/frozen

Predefined global functions also have `slice`. https://golang.org/pkg/text/template/#hdr-Functions It takes a string, slice, or array as the first argument. >slice returns the result of slicing its first argument by the remaining...