aaaaalbert
aaaaalbert
Hi @tbaror, in case you still wonder about your last question: The differences in `` are irrelevant. Python just truncates the `match` string for displaying if it gets too long....
TIL setting the appropriate `PLATFORM` build flag helps a lot! Sorry for missing this initially. New output: ``` $ make PLATFORM=osx echo '-std=gnu99 -Wall -Wextra -I. -I./core -I./util -I./osx -DDEBUG=0...
Hi, I know this isn't exactly what you are asking for, and I'm not the `horst` author anyway, but there are alternatives to achieve what you want without changing `horst`...
See also #1128 and the linked PRs.
> That said, a more narrow permission would be nicer. I second the OP's suggestion. #1055 has a proposal in that direction: instead of allowing *all other users* on the...
`python` to `python3` was fixed in https://github.com/mastodon/documentation/pull/910 / https://github.com/mastodon/documentation/commit/1dc561d8e0d69dcd98bf4e6a74c07387a6f0e4d8 in the meantime. `libgdbm` was removed in #820 / 074aafc.
See also #1128 (same problem, plus link to suggested solution).
(The `su` problem was also reported in #1372.)
This issue appears to have a suggested fix here: #824. (cc: @vmstan)
See also #1128 and the linked PRs (`chmod o+x` there). Your proposed solution based on group accesss rights is probably a better -- i.e. tighter -- fix, particularly on non-dedicated...