Xirui Zhao
Xirui Zhao
Not very related to this project, but does anyone know how to call the quicklook API from the command line? `qlmanage` is officially a debug tool and doesn't work on...
Debian distribution package provides a systemd timer for certificate auto renewal
https://github.com/JuliaStats/StatsBase.jl/blob/08d4b77a4b42ef8cadb67b98da65e7fbd9959e0b/src/sampling.jl#L499-L500 Perhaps add something like ```julia swv = sum(wv) isfinite(swv) || throw(DomainError(swv, "weights sum to $swv")) ```
# Suggestions 1. Package name: speedtest-go (module import path https://github.com/librespeed/speedtest-go/blob/f033591c8109b91158edf3e8d59c688fd7944ff9/go.mod#L1 should also be changed, `go get librespeed/speedtest-go` should work afterwards) 2. config path:`/etc/librespeed-go/settings.toml` 3. `assets_path=/var/www/librespeed-go/assets` 4. `database_file=/var/www/librespeed-go/results.db` 5. `User=www-data` What...
1. mysql seems to install only a service named `mysql.service` on Ubuntu [Focal](https://packages.ubuntu.com/focal/amd64/mysql-server-8.0/filelist) (Debian defaults to mariadb now so I didn't check). Is `mysqld.service` installed on other distros? 2. SSL...
Force previewing works ```bash qlmanage -p -g ~/Library/QuickLook/QuickLookR.qlgenerator -c RData ~/unknown.RData ``` Output ``` Testing Quick Look preview with files: /Users/xirui/unknown.RData - force using content type UTI: RData - force...