Matheus Werny
Matheus Werny
I want to build a local PKGBUILD and install it. With paru it would be `paru -Ui` in the suitable working directory. Is this already possible? I read through the...
## Information VIM - Vi IMproved 9.0 Operating System: Arch Linux ## What went wrong This is in my .vimrc. ```sh let g:ale_linter_aliases = {"PKGBUILD": "sh"} ``` When opening a...
**Name:** css-beautify **URL:** https://github.com/beautify-web/js-beautify Well, js-beautify is known and integrated as well as html-beautify. I do not know why css-beautify was skipped. I think it is a very good tool.
## Information **VIM version** VIM - Vi IMproved 9.0 Operating System: Arch Linux ## What went wrong cppcheck does not work although the other linters and fixers for C++ projects...
``` pikaur -Vq Pikaur v1.6.17 Pacman v5.2.2 - libalpm v12.0.2 - pyalpm v0.9.2 ``` ##### Description: Currently, `pikaur -Syu --devel` reinstalls all "-git" packages. Could you improve the option `--devel`...
## Check list - [x] I have read through the [README](https://github.com/wfxr/minimap.vim/blob/master/README.md) (especially F.A.Q section) - [x] I have searched through the existing issues ## Environment info - OS - [x]...
The command for linter `lintr` uses a deprecated function. ``` (finished - exit code 0) ['/bin/zsh', '-c', 'cd ''/home/matheus'' && Rscript --no-save --no-restore --no-site-file --no-init-file -e ''suppressPackageStartupMessages(library(lintr));lint(cache = FALSE, commandArgs(TRUE),...
Please tag the commits accordingly. From the commit messages, I see that the commits are meant as new versions but are not tagged. Without tags, those versions are not easily...
In the file data/de.schmidhuberj.tubefeeder.desktop, the entry `Exec=/app/bin/tubefeeder` is wrong. It should be Exec=/usr/bin/tubefeeder
Building the programme with `python -m build -nw` fails. ``` * Getting build dependencies for wheel... validate_pyproject.api.load_builtin_plugin defines `tool.distutils` schema validate_pyproject.api.load_builtin_plugin defines `tool.setuptools` schema Traceback (most recent call last): File...