FG
FG
I would like to add some support to this issue. I've worked on a small bash script that uses [jq] to create a json file with information about the latest...
If the shasum would be available in a file in the repo, also the self-update method of the script could be validating the downloaded source code, which it currently does...
There are two packages maintained for Arch Linux in the Arch User Repository (AUR). Both seem to be well maintained and probably be worth to be added to the list....
Installing packages from AUR is explained [here](https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages). AUR packages are non-official community maintained packages, so the installation is unfortunately not as simple as `pacman -S `. That said, [there is...
You need to configure it in a different way. Please see PR #59.
This PR addresses #40.
I guess you are working on a 32bit system, where the type `int` points to `int32`. `int32` covers numbers in the range `-2147483648` to `2147483647`. The project ID in your...
Duplicate of #100. You might want to join the discussion there.
Sounds like a great idea to me. A problem with GitHub pages is that we cannot use the root directory for serving content easily. URLs have the format `https://.github.io//`. This...
I've added a couple more PRs to improve the typings in the project. I'm making good progress here. ☺️ @DoFabien and @Binnette please go through those PRs in order when...