Antonio
Antonio
### Version v0.8.1 ### Bug description I'm using Arch Linux and I noted that, when I run ChatGPT client and then I close it, it is apparently closed. If I...
I'm using Alacritty on Arch Linux with FISH shell and Xorg. I noted that, when I use a command echoed inside the FISH prompt, Alacritty sometimes does not return the...
I'm testing an existing project based on Gum that is [Jade TUI](https://git.getcryst.al/crystal/software/jade-tui). At the beginning, it runs: ``` gum confirm "$(gum style --border normal --margin '1' --padding '1 2' "$(gum...
I'm testing Ant-Bloody theme by cloning this repository and using it on Arch Linux distro with GNOME 44. I applied Ant-Bloody as theme by following the instruction on the README...
findsploit code has `firefox` as default browser. For avoiding a user having another browser should install also Firefox, you can replace those `BROWSER_CMD` by `xdg-open`. In this manner, you can...
For avoiding a user having another browser is not able to understand that it should change $BROWSER in conf files, the best option should be replace `BROWSER` variable by `xdg-open`...