Malte Rohde
Malte Rohde
Hi Stefan, this adds automatic root path resolution. I wanted to symlink the script to my local `bin` directory instead of modifying `PATH`. Could have set the environment variable instead,...
Hi, as the title says, it would be great for `got status` to have an `--ignore-submodules` switch, so that repositories containing dirty submodules would not show up as being dirty....
Hi :wave: We recently discovered - luckily before going to production - that we leaked secret tokens for an API integration, as we were doing something like this ```elixir {:ok,...
* New `cimg/elixir` image as base isn't good because a) new ubuntu doesn't allow to install chrome without snap, and b) circleci provides browsers via their "Orb" system (which is...
 Ever since our move to Github Actions
Now that we're calling Ghostscript from `print_to_pdf/2` (optionally, for multiple sources), we may as well benefit from it. * Make the embedding of metadata pieces a separate logic in Ghostscript*...
Now with the "multiple sources" feature being in place, it becomes apparent that the `print_to_pdf/2` / `print_to_pdfa/2` separation wasn't a good call. Refactor as follows: * Make PDF/A conversion an...