Craig Andrews

Results 125 issues of Craig Andrews

The images published to https://hub.docker.com/r/jellyfin/jellyfin do not have [OCI image annotations]( https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys), such as `org.opencontainers.image.source` These annotations are useful for people to manual use as well as for use by...

**Changes** chore(ci): add labels to docker images **Issues** Fixes: https://github.com/jellyfin/jellyfin/issues/9209

### What is the issue? Building with `-DUSE_SYSTEM_UTP=OFF` results in libutp being built, but not installed, therefore transmission won't start: ``` $ transmission-daemon transmission-daemon: error while loading shared libraries: libutp.so:...

scope:3rdparty
type:build

### What is the issue? I'm seeing these test failures when I run the test for transmission 4.0.0. From [LastTest.log](https://github.com/transmission/transmission/files/10686957/LastTest.log): ``` /var/tmp/portage/net-p2p/transmission-4.0.0/work/transmission-4.0.0/tests/libtransmission/lpd-test.cc:122: Failure Expected equality of these values: 1U Which...

bug
scope:test

Currently, the Java DB repository is hardcoded to `ghcr.io/aquasecurity/trivy-java-db`: https://github.com/aquasecurity/trivy/blob/v0.37.1/pkg/javadb/client.go#L23 It would be nice to have a way to configure that value (such as via an environment variable and/or command...

kind/feature

Per the README at https://github.com/SheetJS/sheetjs#-new-home this project is no longer active having moved to https://git.sheetjs.com/sheetjs/sheetjs. To reduce confusion, can you please [archive this GitHub project](https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories)? That way, no one will...

## Detailed Description Currently, to scan a docker image, container for that image must be running. For example, to scan `alpine:latest`: ```sh export CT=alpine:latest CID=$(podman run --rm -d -i --init...

Type: New Feature
Partner: MITRE

Checked using www.shellcheck.net Specific issues addessed: * https://github.com/koalaman/shellcheck/wiki/SC2046 * https://github.com/koalaman/shellcheck/wiki/SC2044 * Used POSIX instead of bash for wider compatibility

`cargo install --path .` should install the libquiche.so shared library. This would simplify packaging for Linux distributions and streamline installation for users.

Rust 1.61.0 changed the linker. Previously native static libraries were linked as whole-archive in some cases, but now rustc tries not to use whole-archive unless explicitly requested. To address these...