pstumpf

Results 8 issues of pstumpf

As the title says. As a downstream packager, this would make my work a lot easier.

Just some ifdef glue to make it build on OpenBSD. ``` diff --git a/export/OpenColorIO/OpenColorABI.h.in b/export/OpenColorIO/OpenColorABI.h.in0a3fb..f1dfa67 100644 --- a/export/OpenColorIO/OpenColorABI.h.in AMAGE. // If supported, define OCIOEXPORT, OCIOHIDDEN // (used to choose which...

Feature Request
To Close

When a script invoked by `/sh` outputs a string beginning with `/`, it is sent as a message. I think it should simply be interpreted as a command instead. This...

Consider this testcase: ``` match($1, /foobar1?1?/) { print RLENGTH } ``` ``` $ echo foobar11 | mawk -f test.awk 7 ``` bwk's `awk`, `gawk` as well as `mawk` when compiled...

When executing certain commands, at least `jira init`, `jira issue create` and `jira epic create`, raw escape sequences are visible. E.g. ``` $ jira init ? Installation type: [Use arrows...

The input to this script is sanitised (to a degree), but it is still safer to use the `printf` idiom below. Depending on some circumstances, the JSON might be evaluated...

MoarVM fails on the first source file on OpenBSD/powerpc. Same release works fine on amd64 and arm64. ``` '/usr/local/bin/moar' --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --no-regex-lib --target=mbc --setting=NULL --stable-sc=stage1 --output=gen/moar/stage1/nqpmo.moarvm gen/moar/stage1/nqpmo.nqp MoarVM oops:...

In https://github.com/mrlhansen/idrac_exporter/commit/484bba99759d0f473ecad1fd4b3b0004fdd95ef0, the changes aligning the modules with Go’s intended versioning scheme were reverted, and in https://github.com/mrlhansen/idrac_exporter/commit/2f2e4c4b5f1cfac67c08045458e4562a2582511a, the documentation was updated to not use go tooling any more for the...