Jason Chiu

Results 8 issues of Jason Chiu

### Affected Version **paru -V** paru v2.0.0 - libalpm v13.0.2 ### Description The new feature of specifying custom PKGBUILDs in `paru.conf` does not allow package names to have a period...

Previously, include sections had to be lists of size 1 and never properly addressed other sizes. Include cycles were possible to cause infinite loops. This commit supports including multiple compose...

The lockfile should be set to `$XDG_RUNTIME_DIR/sworkstyle.lock` instead of `/tmp/sworkstyle.lock` as it may be possible that more than one user may use sway and this program simultaneously. If the lock...

I use a tool named [kanshi](https://sr.ht/~emersion/kanshi/) that dynamically manages my outputs and workspaces. However, whenever kanshi activates after a new output is created and the former output is gone, sov...

If the regex contains subgroups that never matched, then their boundary slice would be from -1 to -1. My regex: `\$(?:(\$)|([_a-z]\w*)|\{([_a-z]\w*)(?:(:?)([-\?])([^\}]*))?\})` Error: ``` /home/lj/.local/share/nimble/pkgs2/tinyre-1.5.1-60bc507bc3d3fe395c4d6444c0de1880ddcfa893/tinyre.nim(430) replace /home/lj/.choosenim/toolchains/nim-2.0.0/lib/system/indices.nim(86) [] /home/lj/.choosenim/toolchains/nim-2.0.0/lib/system/fatal.nim(53) sysFatal Error:...

**Motivation** Why do you want the feature? What problem do you have, what use cases would it enable? Currently, the web server wasm is precompressed in gzip and served if...

enhancement
help wanted
docker
frontend

Based on my personal experience following this tutorial, I ran into 2 issues: - Needing to add `--modules=gcry_sha512` to `grub-install` - Needing to lower the Argon2 memory cost.

On my system, I have use LVM for my filesystem and one logical volume I have is named `var-log` since it's mounted in `/var/log`. This causes `duf` to incorrectly display...