implr

Results 5 issues of implr

File: [inject.bin](https://ctf.bi.zone/files/inject.bin_566193a0598743794acae20cf8ba6162) from "True Detective" CTFZone quals 2018 ``` gdb-peda$ set follow-fork-mode parent gdb-peda$ r Starting program: /home/bartek/dev/veles/build/veles [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New Thread...

This allows pulling those dependencies into other workspaces importing this repository, eg. for creating derived images with Bazel. Tested on amd64 and aarch64.

I didn't have the setup to test the other backends, so this could be improved. Fixes: #187

Currently the imgui integration does not play well with fixed aspect ratio and black bars. This fixes it, making sure imgui draws inside the viewport, and then shifts the scissor...

Some packages require more than 1024 open files to build or test. I most recently encountered this with `black`, also previously upstream in https://github.com/NixOS/nixpkgs/pull/351747. NixOS sets NOFILE to 1M by...