Results 8 issues of Magnus Henoch

### Environment * Elixir & Erlang/OTP versions (elixir --version): ``` Erlang/OTP 22 [erts-10.6.4] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] Elixir 1.9.1 (compiled with Erlang/OTP 22) ``` * Which version of...

Currently, when building a Linux package on e.g. an ARM64 machine, the package produced will be marked as an ARM64 package (because of the "-a native" flag passed to fpm),...

Use rebar3's "escriptize" command to create an escript archive file containing the entire redbug application. Add redbug:main/1 to handle command line arguments and start tracing when invoked as an escript.

For CSV files where outflows are positive and inflows are negative, let's add a checkbox for swapping the sign in the output. This fixes #15.

If e.g. the message queue length for a process is greater than 999999, entop would silently truncate it and only display the first 6 digits. This patch makes it fill...

As of ansible-core 2.15.5, symlink targets cannot consist exclusively of "..": https://github.com/ansible/ansible/pull/81785 Let's fix that by symlinking the required subdirectories individually.

`dissector_add_uint` was introduced in Wireshark 1.6.0, with `dissector_add` remaining as a compatibility macro. `dissector_add` was finally removed in 1.6.11. That means that while this patch fixes compilation with 1.6.11 and...

As of ansible-core 2.15.5, symlink targets cannot consist exclusively of ".." and the name of the parent directory: https://github.com/ansible/ansible/pull/81785 Let's fix that by symlinking the required subdirectories individually.