Joshua Smith

Results 11 issues of Joshua Smith

Test fails on test_apparent_size using v0.9.0 release. Running `RUST_BACKTRACE=full cargo test --test test_exact_output` results in the following. ``` running 6 tests test test_main_long_paths ... ok test test_main_basic ... ok test...

This should help distro maintainers who have been manually pulling and shipping the service files themselves.

Distribution maintainers have to manually ship the services as they aren't included in the tarball. Adding the contrib folder to releases would help a lot.

If eza fails to compile, or if there is a problem during the build process, then please include the following information in your report: - The exact eza commit you...

The package is now hosted in the main openSUSE Tumbleweed repositories. This corrects the README to use the openSUSE repo instead of a user-maintained one.

This was discussed in the iamb-users room. ``` json "content": { "body": "this is fractal", "msgtype": "m.text" } ``` ``` json "content": { "body": "this is iamb", "format": "org.matrix.custom.html", "formatted_body":...

Using the following snippet ``` let A0 = 100 fmt A0 "¥0.00" let A1 = 200 fmt A1 "$0.00" let A2 = 300 fmt A2 "🐑0.00" goto A2 ``` Spaces...

The latest (0.15.0+) update runs into breaking tests when vendoring. ``` [ 10s] go test -v ./... [ 10s] # github.com/google/go-tpm-tools/simulator/internal [ 10s] vendor/github.com/google/go-tpm-tools/simulator/internal/internal_cgo.go:44:11: fatal error: Platform.h: No such file...

``` This executable is calling setuid and setgid without setgroups or initgroups. This means it didn't relinquish all groups, and this would be a potential security issue. ``` While packaging...