Results 83 issues of josch

Hi, the pelican-bootstrap3 theme should allow setting: CC_LICENSE = `zero` or CC_LICENSE = `CC0` Right now this results in a link to https://creativecommons.org/licenses/cc0/4.0/deed.en which is 404. Instead it should link...

Hi, I'm on Debian unstable with imagemagick 6.9.11-60. Lets use this PNG image as an example: ![normal](https://user-images.githubusercontent.com/84850/114018568-aca0ab00-986d-11eb-90f9-897adb1f9a15.png) Then I attach an ICC profile which switches the color channels around to...

Hi, I'm on Debian unstable with imagemagick 8:6.9.11.24+dfsg-1. Take the following two images as input: https://gitlab.mister-muffin.de/josch/img2pdf/uploads/b6c682ff74233d4b4e3d42e5a23dd45e/gs-1.tiff https://gitlab.mister-muffin.de/josch/img2pdf/uploads/23ea78a396a7941943ecaf75c9b34a87/normal16.png md5sums: ``` d8edb7c0176a827c445d3b27ec905a54 gs-1.tiff 6ad810399058a87d8145d8d9a7734da5 normal16.png ``` On my amd64 system, the following...

…-yaml 4. Use yaml.load instead, which is now safe by default. This makes the code compatible with js-yaml >= 4.

Hi, it would be useful if instead of searching the content of files in source packages, one could search for all source packages that contain a file with a specific...

enhancement

When grouping the results by source packages, those source packages with only a single result which is displayed, should not show a link to show all results in that source...

enhancement

Hi, I'm using `-t STDERR` in my code and triggered InputOutput::ProhibitInteractiveTest. This is its description: > The -t operator is fragile and complicated. When you are testing whether STDIN is...

Documentation

Hi, I'm trying to use Devel::Cover to check a program that at some point forks a process which unshares its user namespace. This means, that the forked process doesn't have...

Hi, I'm using Debian testing (jessie) and am unable to compile and run either the master or develop branch of fipes. In the master branch I run `make app` and...

Without cmake installed, running `make build-deb-arm64` after `make dependencies-deb-arm64` results in: ``` error: failed to run custom build command for Caused by: process didn't exit successfully: cargo:rerun-if-changed=/home/josch/axolotl/third-party/protobuf/cmake (exit status: 101)...