Piggy

Results 8 issues of Piggy

Hi developers, Dependency [`github.com/jacobsa/crypto`](https://github.com/jacobsa/crypto) is no longer maintained. The latest commit was 3 years ago, and the author isn't responding to new issues and PRs. It fails to build in...

question

`modernc.org/sqlite` provides supports for `linux/riscv64` since v1.15.0.

This PR is based on #12 and will fix #13. The generic implementation doesn't require that it's safe to perform unaligned word-sized loads, but has a poor performance. Also, I...

See [sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist](https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist;h=33ff573df8748197102314b6ca7579e060c7b8ad) in glibc's source.

Without `go.mod`, `go build` and `go test` fails with error: ``` go: cannot find main module, but found .git/config in /work/nfnt-resize to create a module there, run: go mod init...

Replace unmaintained dependency `github.com/jacobsa/crypto/siv` with `github.com/aperturerobotics/jacobsa-crypto/siv`, maintained by @paralin and I. `go build` looks fine for `linux/amd64` and `linux/riscv64` after this change. This will close #147.

https://github.com/romkatv/powerlevel10k/blob/cf83ab21e440ffa276a13ab5fd63b6372b674b5e/internal/p10k.zsh#L2274-L2285 Btrfs subvolumes [always have inode number 256](https://btrfs.readthedocs.io/en/latest/Subvolumes.html#inode-numbers) instead of 2, so detect_virt segment will show false positive "chroot" for btrfs. Maybe we can check the return value of `unshare...