Malte Rohde

Results 11 issues of 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....

wishlist

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...

![image](https://user-images.githubusercontent.com/96114/215279982-eecc355f-6749-416c-b25c-d9826c13b579.png) Ever since our move to Github Actions

bug

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*...

enhancement

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...

enhancement